summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-04-08 10:54:32 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-04-08 10:54:32 -0400
commit3f930732f1363a400e2a8cd0970def28531ae647 (patch)
treecf81f30330d9aea882496cada84e33429fbda08f
parent6ee3d6ce8177ebd6a742e76991627c2aa5488ef5 (diff)
downloadsqlalchemy-3f930732f1363a400e2a8cd0970def28531ae647.tar.gz
- changelog for pr github:166
-rw-r--r--doc/build/changelog/changelog_10.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 6f2e1542b..149acef9c 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -19,6 +19,13 @@
:version: 1.0.0
.. change::
+ :tags: bug, mssql
+ :pullreq: github:166
+
+ Using the ``Binary`` constructor now present in pymssql rather than
+ patching one in. Pull request courtesy Ramiro Morales.
+
+ .. change::
:tags: bug, tests
:tickets: 3356