From: Mike Bayer Date: Wed, 8 Apr 2015 14:54:32 +0000 (-0400) Subject: - changelog for pr github:166 X-Git-Tag: rel_1_0_0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f930732f1363a400e2a8cd0970def28531ae647;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for pr github:166 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 6f2e1542b4..149acef9c7 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,13 @@ .. changelog:: :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