diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-04 19:08:44 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-04 19:08:44 -0400 |
commit | b6d2296d5db68ba8800743c4b5e218566db95087 (patch) | |
tree | 9fc0dc72962a334320d3c43c0113896bcc3b063c | |
parent | f30e35babc63f5613537bb62aef6acb26dadd503 (diff) | |
download | sqlalchemy-b6d2296d5db68ba8800743c4b5e218566db95087.tar.gz |
- make sure this is 1.0.0 backported to 0.9
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 382af7680..e48585ea7 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -17,6 +17,7 @@ .. change:: :tags: bug, postgresql :tickets: 3354 + :versions: 1.0.0 Fixed a long-standing bug where the :class:`.Enum` type as used with the psycopg2 dialect in conjunction with non-ascii values |