diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-03-07 12:38:10 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-03-07 12:38:10 -0500 |
commit | 3b7fbdb2962439438c38e972843d3c8ef05eb216 (patch) | |
tree | e9e93e747d73c3ab03a82b8551d88f416a45934e | |
parent | a98bb5f0cd5d7ef51dbf0f04cc2ba1971768691f (diff) | |
download | sqlalchemy-3b7fbdb2962439438c38e972843d3c8ef05eb216.tar.gz |
changelog
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 59f2b3ad1..c71f3be0c 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -17,6 +17,12 @@ * :ref:`metadata_create_drop_tables` .. change:: + :tags: feature, mysql + :pullreq: 42 + + New dialect for CyMySQL added, courtesy Hajime Nakagami. + + .. change:: :tags: bug, orm :tickets: 2674 |