]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.0.3 rel_1_0_3
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Nov 2018 20:29:38 +0000 (15:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Nov 2018 20:29:38 +0000 (15:29 -0500)
docs/build/changelog.rst
docs/build/unreleased/516.rst [deleted file]

index c7a5ab30d015ebd6a3ed04d0c3cba1235f04505a..fe0be84c41da09c9c1c73bc2cba4681a1bc94795 100644 (file)
@@ -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 (file)
index 6884448..0000000
+++ /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.