diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-20 11:28:47 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-20 11:28:47 -0400 |
commit | 2feb40d0a48dd424c38a37e70a63a6bcf3c00c02 (patch) | |
tree | 213f5cc3269b1f212c91f4c20484c89bff612fec | |
parent | 1d7ce71d245cc80bbf27891e5394ae7b8476a7bb (diff) | |
download | sqlalchemy-2feb40d0a48dd424c38a37e70a63a6bcf3c00c02.tar.gz |
- changelog for #3333, fixes #3333
-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 |