]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- Added a new "disconnect" message "connection has been closed unexpectedly".
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Apr 2014 19:42:36 +0000 (15:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Apr 2014 19:42:36 +0000 (15:42 -0400)
This appears to be related to newer versions of SSL.
Pull request courtesy Antti Haapala.

doc/build/changelog/changelog_08.rst

index 0862463a7ace46fc7d856c44324d3a3e142b3b87..cc16cd43542ba2efde629a373f620f20ac5d34c6 100644 (file)
@@ -8,6 +8,18 @@
     .. include:: changelog_07.rst
         :start-line: 5
 
+.. changelog::
+    :version: 0.8.7
+
+    .. change::
+        :tags: bug, postgresql
+        :pullreq: bitbucket:13
+        :versions: 0.9.5
+
+        Added a new "disconnect" message "connection has been closed unexpectedly".
+        This appears to be related to newer versions of SSL.
+        Pull request courtesy Antti Haapala.
+
 .. changelog::
     :version: 0.8.6
     :released: March 28, 2014