]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog for 0.8
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Jun 2013 20:50:26 +0000 (16:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Jun 2013 20:59:13 +0000 (16:59 -0400)
doc/build/changelog/changelog_08.rst

index 1eed675eb3e0ac579bc7b3528eab8ed499292321..8ced943bb396cd25e02a156f1b72cefabd965127 100644 (file)
@@ -6,6 +6,14 @@
 .. changelog::
     :version: 0.8.2
 
+    .. change::
+        :tags: bug, examples
+
+        Fixed an issue with the "versioning" recipe whereby a many-to-one
+        reference could produce a meaningless version for the target,
+        even though it was not changed, when backrefs were present.
+        Patch courtesy Matt Chisholm.
+
     .. change::
         :tags: feature, postgresql
         :tickets: 2072