From: Mike Bayer Date: Fri, 20 Jun 2014 22:06:15 +0000 (-0400) Subject: additional version notes X-Git-Tag: rel_0_8_7~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b5d45988af861240fa718abd4067fafe84d50d2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git additional version notes --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 51aba11fe8..5a32b21e50 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -66,7 +66,7 @@ .. change:: :tags: bug, ext - :versions: 0.9.5 + :versions: 0.9.5, 1.0.0 :tickets: 3051 Fixed bug in mutable extension where :class:`.MutableDict` did not @@ -74,7 +74,7 @@ .. change:: :tags: bug, mysql - :versions: 0.9.5 + :versions: 0.9.5, 1.0.0 :pullreq: bitbucket:15 Added support for reflecting tables where an index includes @@ -84,7 +84,7 @@ .. change:: :tags: bug, orm :tickets: 3047 - :versions: 0.9.5 + :versions: 0.9.5, 1.0.0 Fixed ORM bug where the :func:`.class_mapper` function would mask AttributeErrors or KeyErrors that should raise during mapper @@ -94,7 +94,7 @@ .. change:: :tags: bug, sql :tickets: 3045 - :versions: 0.9.5 + :versions: 0.9.5, 1.0.0 Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` would produce an empty WHERE clause when an empty :func:`.and_()` @@ -104,7 +104,7 @@ .. change:: :tags: bug, postgresql :pullreq: bitbucket:13 - :versions: 0.9.5 + :versions: 0.9.5, 1.0.0 Added a new "disconnect" message "connection has been closed unexpectedly". This appears to be related to newer versions of SSL.