summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-06-08 15:13:39 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-06-08 15:13:39 -0400
commit044582109c6a54c5c4dec021b17eb51f92edfbd2 (patch)
tree882f99845b7b270e78041236e70db36a0b6f33f3
parent659baac85e6ca757dd6f26db5e4095a1a3d1ee5c (diff)
downloadsqlalchemy-044582109c6a54c5c4dec021b17eb51f92edfbd2.tar.gz
changelog
-rw-r--r--doc/build/changelog/changelog_08.rst8
-rw-r--r--doc/build/changelog/changelog_09.rst9
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 00d8c121b..b342a7661 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -7,6 +7,14 @@
: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 9b68b32e9..0f2b4cf29 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -7,6 +7,15 @@
: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