summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-12-27 11:13:41 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-12-27 11:13:41 -0500
commitc837dc485eb0125b9993bbb11ba3afb5077142a9 (patch)
tree9e8c4bd871dd43c7a8946dcadbde96df87b06451
parent69876ada92c8c6629b9f96d77ab5c515e21fb050 (diff)
downloadsqlalchemy-c837dc485eb0125b9993bbb11ba3afb5077142a9.tar.gz
changelog, will merge to 0.8
-rw-r--r--doc/build/changelog/changelog_08.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 1d48d96bc..0f3737d53 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -12,6 +12,15 @@
:version: 0.8.5
.. change::
+ :tags: bug, mssql, pymssql
+ :versions: 0.9.0b2
+ :pullreq: github:51
+
+ Added "Net-Lib error during Connection reset by peer" message
+ to the list of messages checked for "disconnect" within the
+ pymssql dialect. Courtesy John Anderson.
+
+ .. change::
:tags: bug, sql
:versions: 0.9.0b2
:tickets: 2896