summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-06-20 18:06:15 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-06-20 18:06:15 -0400
commitd7f467fcd531ff4b2f7fbe07fa24a2b88556c855 (patch)
tree7ddc4e1f1e22a740495250cc817e7e44f1d660e4
parent018ac859dc66bacec57f8f76730a75f1b0a0f11e (diff)
downloadsqlalchemy-d7f467fcd531ff4b2f7fbe07fa24a2b88556c855.tar.gz
additional version notes
-rw-r--r--doc/build/changelog/changelog_08.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index b754f2021..7c232eb79 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.