diff options
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 98b224d25..3c38de454 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,15 @@ :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 |