From 92a8213fdbb6f7612847f3d803a9f91d0f9d6392 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 16 Sep 2014 08:32:23 -0400 Subject: [PATCH] Added 1.7.1 release notes for refs #23492. --- docs/releases/1.7.1.txt | 2 ++ 1 file changed, 2 insertions(+) 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`).