diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-12-28 20:45:39 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-12-28 20:45:39 -0500 |
commit | 559b83312c44f7ebfe94bf7bd3b2de3133c5af9e (patch) | |
tree | ffcd8150ac9e8161494c7a5f75ab2347b51cac5f | |
parent | 16ab0d61ef7e3e324bec71a672983384eba48389 (diff) | |
download | sqlalchemy-559b83312c44f7ebfe94bf7bd3b2de3133c5af9e.tar.gz |
changelog for pullreq 33
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 0cb8da9a3..b350162a4 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -8,6 +8,20 @@ :released: December 14, 2012 .. change:: + :tags: mysql, feature + :pullreq: 33 + + GAE dialect now accepts username/password arguments in the URL, + courtesy Owen Nelson. + + .. change:: + :tags: mysql, bug + :pullreq: 33 + + GAE dialect won't fail on None match if the error code can't be extracted + from the exception throw; courtesy Owen Nelson. + + .. change:: :tags: orm, bug :tickets: 2637 |