summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/changelog/changelog_08.rst14
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