From: Mike Bayer Date: Sat, 29 Dec 2012 01:45:39 +0000 (-0500) Subject: changelog for pullreq 33 X-Git-Tag: rel_0_8_0~37^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559b83312c44f7ebfe94bf7bd3b2de3133c5af9e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog for pullreq 33 --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 0cb8da9a3c..b350162a41 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,20 @@ :version: 0.8.0b2 :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