]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 0.9.7 rel_0_9_7
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Jan 2018 17:47:02 +0000 (12:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Jan 2018 17:47:02 +0000 (12:47 -0500)
docs/build/changelog.rst
docs/build/unreleased/461.rst [deleted file]
docs/build/unreleased/472.rst [deleted file]

index 1fcda2f755eb6734dea967e792e427d694118c31..e143454346ee61364cb4f8f1007fa91e2406de20 100644 (file)
@@ -5,7 +5,30 @@ Changelog
 
 .. changelog::
     :version: 0.9.7
-    :include_notes_from: unreleased
+    :released: January 16, 2018
+
+    .. change::
+        :tags: bug, autogenerate
+        :tickets: 472
+
+        Fixed regression caused by :ticket:`421` which would
+        cause case-sensitive quoting rules to interfere with the
+        comparison logic for index names, thus causing indexes to show
+        as added for indexes that have case-sensitive names.   Works with
+        SQLAlchemy 0.9 and later series.
+
+
+    .. change::
+        :tags: bug, postgresql, autogenerate
+        :tickets: 461
+
+        Fixed bug where autogenerate would produce a DROP statement for the index
+        implicitly created by a Postgresql EXCLUDE constraint, rather than skipping
+        it as is the case for indexes implicitly generated by unique constraints.
+        Makes use of SQLAlchemy 1.0.x's improved "duplicates index" metadata and
+        requires at least SQLAlchemy version 1.0.x to function correctly.
+
+
 
 .. changelog::
     :version: 0.9.6
diff --git a/docs/build/unreleased/461.rst b/docs/build/unreleased/461.rst
deleted file mode 100644 (file)
index 0435b59..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-.. change::
-    :tags: bug, postgresql, autogenerate
-    :tickets: 461
-
-    Fixed bug where autogenerate would produce a DROP statement for the index
-    implicitly created by a Postgresql EXCLUDE constraint, rather than skipping
-    it as is the case for indexes implicitly generated by unique constraints.
-    Makes use of SQLAlchemy 1.0.x's improved "duplicates index" metadata and
-    requires at least SQLAlchemy version 1.0.x to function correctly.
-
-
diff --git a/docs/build/unreleased/472.rst b/docs/build/unreleased/472.rst
deleted file mode 100644 (file)
index 617b7b8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.. change::
-    :tags: bug, autogenerate
-    :tickets: 472
-
-    Fixed regression caused by :ticket:`421` which would
-    cause case-sensitive quoting rules to interfere with the
-    comparison logic for index names, thus causing indexes to show
-    as added for indexes that have case-sensitive names.   Works with
-    SQLAlchemy 0.9 and later series.
-