From 89ddc328c5ec1d879bb551c08ea397829c33b13b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 2 Feb 2013 21:04:08 -0500 Subject: [PATCH] changelog --- doc/build/changelog/changelog_07.rst | 11 +++++++++++ doc/build/changelog/changelog_08.rst | 1 + 2 files changed, 12 insertions(+) diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index 2de3d6f1b2..29a6be4833 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -8,6 +8,17 @@ :version: 0.7.10 :released: + .. change:: + :tags: sql, mysql, gae + :tickets: 2649 + + Added a conditional import to the ``gaerdbms`` dialect which attempts + to import rdbms_apiproxy vs. rdbms_googleapi to work + on both dev and production platforms. Also now honors the + ``instance`` attribute. Courtesy Sean Lynch. Also backported + enhancements to allow username/password as well as + fixing error code interpretation from 0.8. + .. change:: :tags: sql, bug :tickets: 2594, 2584 diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 95e1b44b5e..caa4061031 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -32,6 +32,7 @@ to import rdbms_apiproxy vs. rdbms_googleapi to work on both dev and production platforms. Also now honors the ``instance`` attribute. Courtesy Sean Lynch. + Also in 0.7.10. .. change:: :tags: bug, sql -- 2.47.2