summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-16 08:32:23 -0400
committerTim Graham <timograham@gmail.com>2014-09-16 08:32:55 -0400
commit3f6430d084097082ea02a8e49ce3e28c7b75582c (patch)
treed406f02d0bcfe7a99670ec9e4e28cbadad0bff08 /docs
parent04e7c7d51f832407c49c3abb3413fbfbdb410f6f (diff)
[1.7.x] Added 1.7.1 release notes for refs #23492.
Backport of 92a8213fdb from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt2
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`).