summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-03-18 14:20:28 -0700
committerMike Bayer <mike_mp@zzzcomputing.com>2013-03-18 14:20:28 -0700
commit25f1487d60d2eabc20d99c1edc7e2fbc02bc8a5b (patch)
tree14d8455020182115d2b99370325bdb91844417a7 /doc
parented58169c835cb0df24477692c43833333e1a8b43 (diff)
downloadsqlalchemy-25f1487d60d2eabc20d99c1edc7e2fbc02bc8a5b.tar.gz
changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 4b4faf4a0..0f174ab51 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -7,6 +7,14 @@
:version: 0.8.1
.. change::
+ :tags: bug, mssql
+ :tickets: 2683
+ :pullreq: 46
+
+ Fixed Py3K bug regarding "binary" types and
+ pymssql. Courtesy Marc Abramowitz.
+
+ .. change::
:tags: bug, postgresql
:tickets: 2680