From: Mike Bayer Date: Mon, 17 Jun 2013 20:50:26 +0000 (-0400) Subject: changelog for 0.8 X-Git-Tag: rel_0_8_2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fda3588ac82c15504139c1fc3aaa96c85515dd0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog for 0.8 --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 1eed675eb3..8ced943bb3 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -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