From 044582109c6a54c5c4dec021b17eb51f92edfbd2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 8 Jun 2013 15:13:39 -0400 Subject: [PATCH] changelog --- doc/build/changelog/changelog_08.rst | 8 ++++++++ doc/build/changelog/changelog_09.rst | 9 +++++++++ 2 files changed, 17 insertions(+) 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 -- 2.47.3