From: Mike Bayer Date: Mon, 17 Jun 2013 20:47:16 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_9_0b1~255 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dec742c8c1b463c61e0bb58a1a289bb3cef0a217;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 98577a02e0..a6c6571c8d 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -6,6 +6,14 @@ .. changelog:: :version: 0.9.0 + .. 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. Also in 0.8.2. + .. change:: :tags: feature, postgresql :tickets: 2072