]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.0.1 rel_1_0_1
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Oct 2018 14:51:08 +0000 (10:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Oct 2018 14:51:08 +0000 (10:51 -0400)
docs/build/changelog.rst
docs/build/unreleased/497.rst [deleted file]
docs/build/unreleased/512.rst [deleted file]

index 83100132558fad0e76ac3a96f1d7c22ab6fc2905..56ebf3950bd2148a304e260ba72aa1b993dc9988 100644 (file)
@@ -5,7 +5,28 @@ Changelog
 
 .. changelog::
     :version: 1.0.1
-    :include_notes_from: unreleased
+    :released: October 17, 2018
+
+    .. change::
+        :tags: bug, commands
+        :tickets: 497
+
+        Fixed an issue where revision descriptions were essentially
+        being formatted twice. Any revision description that contained
+        characters like %, writing output to stdout will fail because
+        the call to config.print_stdout attempted to format any
+        additional args passed to the function.
+        This fix now only applies string formatting if any args are provided
+        along with the output text.
+
+    .. change::
+       :tags: bug, autogenerate
+       :tickets: 512
+
+       Fixed issue where removed method ``union_update()`` was used when a
+       customized :class:`.MigrationScript` instance included entries in the
+       ``.imports`` data member, raising an AttributeError.
+
 
 .. changelog::
     :version: 1.0.0
diff --git a/docs/build/unreleased/497.rst b/docs/build/unreleased/497.rst
deleted file mode 100644 (file)
index 938beaf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-.. change::
-    :tags: bug, commands
-    :tickets: 497
-
-    Fixed an issue where revision descriptions were essentially
-    being formatted twice. Any revision description that contained
-    characters like %, writing output to stdout will fail because
-    the call to config.print_stdout attempted to format any
-    additional args passed to the function.
-    This fix now only applies string formatting if any args are provided
-    along with the output text.
\ No newline at end of file
diff --git a/docs/build/unreleased/512.rst b/docs/build/unreleased/512.rst
deleted file mode 100644 (file)
index 8201a53..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-   :tags: bug, autogenerate
-   :tickets: 512
-
-   Fixed issue where removed method ``union_update()`` was used when a
-   customized :class:`.MigrationScript` instance included entries in the
-   ``.imports`` data member, raising an AttributeError.
-