summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-08-25 17:00:21 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-08-25 17:00:21 -0400
commitbe2351481fdb83d1ed02a717ecc7741a19c73f62 (patch)
treee9906569e25a259fe230c9858daae7346fd162c1 /doc
parentb1aa0edf81680fac020bedb82ea8f8a7e8443f4b (diff)
downloadsqlalchemy-be2351481fdb83d1ed02a717ecc7741a19c73f62.tar.gz
- The "resurrect" ORM event has been removed. This event hook had
no purpose since the old "mutable attribute" system was removed in 0.8. fixes #3171
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index ace956960..bff3652c5 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -17,6 +17,14 @@
:version: 1.0.0
.. change::
+ :tags: bug, orm
+ :tickets: 3171
+
+ The "resurrect" ORM event has been removed. This event hook had
+ no purpose since the old "mutable attribute" system was removed
+ in 0.8.
+
+ .. change::
:tags: bug, sql
:tickets: 3169