From: Mike Bayer Date: Fri, 1 Jul 2016 18:57:49 +0000 (-0400) Subject: - add backports X-Git-Tag: rel_1_1_0b3~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c72fcd4ed18ed85175457353d129294adb4cfa;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add backports Change-Id: Iee0bf9e60a5991bedbe29b305803b4c79ac5c511 (cherry picked from commit 849df799ec4107d0992c8eb0e015b74916aee266) --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 8a6b6b3703..a1e7d36789 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -21,6 +21,7 @@ .. change:: :tags: bug, sql :tickets: 3735 + :versions: 1.1.0b2 Fixed issue in SQL math negation operator where the type of the expression would no longer be the numeric type of the original. @@ -30,6 +31,7 @@ .. change:: :tags: bug, sql :tickets: 3728 + :versions: 1.1.0b2 Fixed bug whereby the ``__getstate__`` / ``__setstate__`` methods for sqlalchemy.util.Properties were