diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-10 16:16:15 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-10 16:16:49 -0400 |
commit | 39f2df3eba902540b6ccd954b46ca5393e23c56a (patch) | |
tree | ae45829f5904c0971e5c6ac5f7f663ad90de1920 | |
parent | ebee0c9df37a4f969e630e9e89c9345ace84e861 (diff) | |
download | sqlalchemy-39f2df3eba902540b6ccd954b46ca5393e23c56a.tar.gz |
- feature, not enhancement
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index f5a3a915a..c6398b1bc 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -259,7 +259,7 @@ check for 'utf8_bin' collation, as this fails on MySQL server < 5.0. .. change:: - :tags: enhancement, orm + :tags: feature, orm :versions: 1.0.0 Added new method :meth:`.Session.invalidate`, functions similarly |