From: Mike Bayer Date: Sat, 13 Aug 2016 03:39:49 +0000 (-0400) Subject: - fill in forwards-ports for 1.1 in 1.0 changelog X-Git-Tag: rel_1_1_0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14154b2910087a7879ca23cf7995026a79a215c2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fill in forwards-ports for 1.1 in 1.0 changelog Change-Id: I8d44b90bb9d05275de19d3ce2d9124050add5f01 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 16a38e6626..201a858dea 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -21,6 +21,7 @@ .. change:: :tags: bug, sql :tickets: 3755 + :versions: 1.1.0 Fixed bug in :class:`.Table` where the internal method ``_reset_exported()`` would corrupt the state of the object. This @@ -31,6 +32,7 @@ .. change:: :tags: bug, ext :tickets: 3743 + :versions: 1.1.0b3 Fixed bug in ``sqlalchemy.ext.baked`` where the unbaking of a subquery eager loader query would fail due to a variable scoping