]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
additional version notes
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jun 2014 22:06:15 +0000 (18:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jun 2014 22:06:35 +0000 (18:06 -0400)
doc/build/changelog/changelog_08.rst

index 51aba11fe8f3605896c47beedefb3aeabd7f24c0..5a32b21e50170af28a4b2b0b1a683fb284de086e 100644 (file)
@@ -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_()`
     .. 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.