diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-16 08:32:23 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-16 08:32:55 -0400 |
| commit | 3f6430d084097082ea02a8e49ce3e28c7b75582c (patch) | |
| tree | d406f02d0bcfe7a99670ec9e4e28cbadad0bff08 | |
| parent | 04e7c7d51f832407c49c3abb3413fbfbdb410f6f (diff) | |
[1.7.x] Added 1.7.1 release notes for refs #23492.
Backport of 92a8213fdb from master
| -rw-r--r-- | docs/releases/1.7.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 8438b7f6d2..0c1d64e810 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -49,3 +49,5 @@ Bugfixes * Fixed bug in migrations that could cause unexpected data loss when executing a backwards or no-op migration (:ticket:`23474`). + +* Restored the ability to deepcopy ``F`` objects (:ticket:`23492`). |
