From: Mike Bayer Date: Wed, 14 Nov 2018 20:29:38 +0000 (-0500) Subject: - 1.0.3 X-Git-Tag: rel_1_0_3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=082b9f29181925a14ff26545de1267c7646a4dc7;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.0.3 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index c7a5ab30..fe0be84c 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,16 @@ Changelog .. changelog:: :version: 1.0.3 - :include_notes_from: unreleased + :released: November 14, 2018 + + .. change:: + :tags: bug, mssql + :tickets: 516 + + Fixed regression caused by :ticket:`513`, where the logic to consume + ``mssql_include`` was not correctly interpreting the case where the flag + was not present, breaking the ``op.create_index`` directive for SQL Server + as a whole. .. changelog:: :version: 1.0.2 diff --git a/docs/build/unreleased/516.rst b/docs/build/unreleased/516.rst deleted file mode 100644 index 6884448e..00000000 --- a/docs/build/unreleased/516.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. change:: - :tags: bug, mssql - :tickets: 516 - - Fixed regression caused by :ticket:`513`, where the logic to consume - ``mssql_include`` was not correctly interpreting the case where the flag - was not present, breaking the ``op.create_index`` directive for SQL Server - as a whole.