From: Mike Bayer Date: Mon, 18 Mar 2013 21:20:28 +0000 (-0700) Subject: changelog X-Git-Tag: rel_0_8_1~26^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25f1487d60d2eabc20d99c1edc7e2fbc02bc8a5b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 4b4faf4a09..0f174ab51b 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,14 @@ .. changelog:: :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