From: Mike Bayer Date: Sat, 8 Jun 2013 19:13:39 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_9_0b1~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=044582109c6a54c5c4dec021b17eb51f92edfbd2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 00d8c121be..b342a76616 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,14 @@ .. changelog:: :version: 0.8.2 + .. change:: + :tags: bug, mysql + :tickets: 2715 + + Added another conditional to the ``mysql+gaerdbms`` dialect to + detect so-called "development" mode, where we should use the + ``rdbms_mysqldb`` DBAPI. Patch courtesy Brett Slatkin. + .. change:: :tags: feature, mysql :tickets: 2704 diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 9b68b32e9f..0f2b4cf292 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -6,6 +6,15 @@ .. changelog:: :version: 0.9.0 + .. change:: + :tags: bug, mysql + :tickets: 2715 + + Added another conditional to the ``mysql+gaerdbms`` dialect to + detect so-called "development" mode, where we should use the + ``rdbms_mysqldb`` DBAPI. Patch courtesy Brett Slatkin. + Also in 0.8.2. + .. change:: :tags: feature, mysql :tickets: 2704