From: Mike Bayer Date: Sat, 8 Jun 2013 19:13:39 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_8_2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0deebb51c8a06c637c961b4203a18e4566b0e8d9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog Conflicts: doc/build/changelog/changelog_09.rst --- 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