From: Mike Bayer Date: Fri, 20 Mar 2015 15:28:47 +0000 (-0400) Subject: - changelog for #3333, fixes #3333 X-Git-Tag: rel_1_0_0b2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2feb40d0a48dd424c38a37e70a63a6bcf3c00c02;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for #3333, fixes #3333 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 98b224d25c..3c38de4549 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,15 @@ .. changelog:: :version: 0.9.10 + .. change:: + :tags: bug, py3k, mysql + :tickets: 3333 + :pullreq: github:158 + :versions: 1.0.0b2 + + Fixed the :class:`.mysql.BIT` type on Py3K which was not using the + ``ord()`` function correctly. Pull request courtesy David Marin. + .. change:: :tags: bug, ext :tickets: 3324