From 8cf1620d01c7ca3516286c3619d29433596b2379 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 10 Nov 2014 12:20:24 -0500 Subject: [PATCH] - changelog for pr bitbucket:29, fixes #174 --- docs/build/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 770fdbb9..e790f92e 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,6 +5,16 @@ Changelog .. changelog:: :version: 0.7.0 + .. change:: + :tags: bug, operations + :tickets: 174 + :pullreq: bitbucket:29 + + The :meth:`.Operations.add_column` directive will now additionally emit + the appropriate ``CREATE INDEX`` statement if the + :class:`~sqlalchemy.schema.Column` object specifies ``index=True``. + Pull request courtesy David Szotten. + .. change:: :tags: feature, operations, sqlite :tickets: 21 -- 2.47.2