diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-27 15:15:55 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-27 15:15:55 -0400 |
commit | 2af6e438c9558eeddbfe0d27d5690660f3b798cf (patch) | |
tree | 4c22fa6db2320b2985f0477dff3fb0b648198231 /docs/build/changelog.rst | |
parent | c3e39ec4bff3345dcc1daa1d678989b6fd690a3d (diff) | |
download | alembic-2af6e438c9558eeddbfe0d27d5690660f3b798cf.tar.gz |
- Repaired support for the :meth:`.BatchOperations.create_index`
directive, which was mis-named internally such that the operation
within a batch context could not proceed.
fixes #287
Diffstat (limited to 'docs/build/changelog.rst')
-rw-r--r-- | docs/build/changelog.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 7cbe49c..1d730e1 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -4,6 +4,17 @@ Changelog ========== .. changelog:: + :version: 0.7.6 + + .. change:: + :tags: bug, batch + :tickets: 287 + + Repaired support for the :meth:`.BatchOperations.create_index` + directive, which was mis-named internally such that the operation + within a batch context could not proceed. + +.. changelog:: :version: 0.7.5 :released: March 19, 2015 |