From 49b41feef2ab5180a3e500c78731fade3e43b86a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 22 Sep 2014 14:36:44 -0400 Subject: - add changelog for bugfix re: match + SQLA 0.7 --- docs/build/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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 -- cgit v1.2.1