summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-07-04 20:03:18 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-07-04 20:03:18 -0400
commit29ce6db26dea9d59df9769be51e84fe5a646c555 (patch)
tree09aa5bd830fc83298cf55ce4adbe639448e4703c
parent806f5a4183681582f1baabe02e7c5b4473c294ff (diff)
downloadsqlalchemy-29ce6db26dea9d59df9769be51e84fe5a646c555.tar.gz
0.9 changelog
-rw-r--r--doc/build/changelog/changelog_09.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index c2abc2504..959929ec1 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -7,6 +7,15 @@
:version: 0.9.0
.. change::
+ :tags: bug, orm
+ :tickets: 2773
+
+ Fixed bug whereby attribute history functions would fail
+ when an object we moved from "persistent" to "pending"
+ using the :func:`.make_transient` function, for operations
+ involving collection-based backrefs. Also in 0.8.3.
+
+ .. change::
:tags: bug, engine, pool
:tickets: 2772