diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-08-12 23:39:49 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-08-12 23:39:49 -0400 |
commit | 14154b2910087a7879ca23cf7995026a79a215c2 (patch) | |
tree | a172e8da1dcc270a5eae3540d13c4a3bf51c5a10 | |
parent | bec5d6991e4eacdba3529ea71d30bb7fd614fdc9 (diff) | |
download | sqlalchemy-14154b2910087a7879ca23cf7995026a79a215c2.tar.gz |
- fill in forwards-ports for 1.1 in 1.0 changelog
Change-Id: I8d44b90bb9d05275de19d3ce2d9124050add5f01
-rw-r--r-- | doc/build/changelog/changelog_10.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 16a38e662..201a858de 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 |