]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog for pullreq 33
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Dec 2012 01:45:39 +0000 (20:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Dec 2012 01:45:39 +0000 (20:45 -0500)
doc/build/changelog/changelog_08.rst

index 0cb8da9a3c96e7461cf1cbcb13bd1089aca41eb0..b350162a414ef6ce9cbe70a272a397176b1416ea 100644 (file)
@@ -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