From fee776dde052b0ad2595305d23b07e96b035d3f5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 21 Oct 2014 17:27:37 -0400 Subject: [PATCH] - changelog --- doc/build/changelog/changelog_10.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 8351b5cce3..5a2852783c 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -21,6 +21,16 @@ series as well. For changes that are specific to 1.0 with an emphasis on compatibility concerns, see :doc:`/changelog/migration_10`. + .. change:: + :tags: bug, orm + :pullreq: github:137 + + Repaired support of the ``copy.deepcopy()`` call when used by the + :class:`.orm.util.CascadeOptions` argument, which occurs + if ``copy.deepcopy()`` is being used with :func:`.relationship` + (not an officially supported use case). Pull request courtesy + duesenfranz. + .. change:: :tags: bug, sql :tickets: 3170 -- 2.47.2