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_0_15~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7f4dcf10380f92e17f0a60810189f20c8d7d070;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fill in forwards-ports for 1.1 in 1.0 changelog Change-Id: I8d44b90bb9d05275de19d3ce2d9124050add5f01 (cherry picked from commit 14154b2910087a7879ca23cf7995026a79a215c2) --- 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