diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-14 18:10:34 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-14 18:10:34 -0400 |
commit | c6de724785df9beeb38a8796d5f37d9e1d9a0a83 (patch) | |
tree | ab0c8ac6eaaabe4c31f2c2ef34bd03a55affa952 | |
parent | a49ec1cf778811fb3717bd0ace183ba0ea5ba4d4 (diff) | |
download | sqlalchemy-c6de724785df9beeb38a8796d5f37d9e1d9a0a83.tar.gz |
need a 1.0.0 here
-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 8f6c7edc7..862d5fb5e 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -27,6 +27,7 @@ .. change:: :tags: bug, sql :tickets: 3122 + :versions: 1.0.0 The :meth:`.TypeEngine.with_variant` method will now accept a type class as an argument which is internally converted to an |