diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-12 13:24:11 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-12 13:24:11 -0500 |
commit | 5f1d34c4c86263684d5a79c8d8f9db8d1e3afccb (patch) | |
tree | e7acabe46ef717c697689db26bc0b9e559663eb6 /doc | |
parent | f4b7b02e31e6b49195c21da7221bcbda0bad02b9 (diff) | |
download | sqlalchemy-5f1d34c4c86263684d5a79c8d8f9db8d1e3afccb.tar.gz |
- changelog for pr 41
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 81a26d187..b675be3b0 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,15 @@ :version: 0.9.9 .. change:: + :tags: bug, sql + :versions: 1.0.0 + :pullreq: bitbucket:41 + + Added the ``native_enum`` flag to the ``__repr__()`` output + of :class:`.Enum`, which is mostly important when using it with + Alembic autogenerate. Pull request courtesy Dimitris Theodorou. + + .. change:: :tags: bug, orm, pypy :versions: 1.0.0 :tickets: 3285 |