summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-09-22 14:36:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-09-22 14:36:44 -0400
commit49b41feef2ab5180a3e500c78731fade3e43b86a (patch)
tree022a202005c0eb30e897b967fe8871bc21c276af /docs
parent85e7308b8698632e07db8dfb814558697cd38d05 (diff)
downloadalembic-49b41feef2ab5180a3e500c78731fade3e43b86a.tar.gz
- add changelog for bugfix re: match + SQLA 0.7
Diffstat (limited to 'docs')
-rw-r--r--docs/build/changelog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 34e5e99..ba72680 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -58,6 +58,13 @@ Changelog
Minimum SQLAlchemy version is now 0.7.6, however at least
0.8.4 is strongly recommended.
+ .. change::
+ :tags: bug, operations
+
+ The "match" keyword is not sent to :class:`.ForeignKeyConstraint`
+ by :meth:`.Operations.create_foreign_key` when SQLAlchemy 0.7 is in use;
+ this keyword was added to SQLAlchemy as of 0.8.0.
+
.. changelog::
:version: 0.6.7
:released: September 9, 2014