summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.1.txt
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@gmail.com>2014-10-07 00:09:21 +0700
committerLoic Bistuer <loic.bistuer@gmail.com>2014-10-07 00:09:55 +0700
commitec2fd02bb3f9f7e732de1566e81f84637e29f161 (patch)
treefedf4a78bc02adb48602c4ca6e52b0247636ed62 /docs/releases/1.7.1.txt
parent1edaa55201e5f8c191c6ba7fdeeb88ac0b711ca8 (diff)
Fixed #23594 -- Fixed deepcopy on ErrorList.
Thanks Troy Grosfield for the report and Tim Graham for the tests.
Diffstat (limited to 'docs/releases/1.7.1.txt')
-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 c481a4b4c4..f743447d56 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -89,3 +89,5 @@ Bugfixes
* Fixed ``MigrationWriter`` to handle builtin types without imports
(:ticket:`23560`).
+
+* Fixed ``deepcopy`` on ``ErrorList`` (:ticket:`23594`).