]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.0.8 rel_1_0_8
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2019 18:01:32 +0000 (13:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2019 18:01:32 +0000 (13:01 -0500)
docs/build/changelog.rst
docs/build/unreleased/528.rst [deleted file]
docs/build/unreleased/541.rst [deleted file]

index 985bd175b39728d66e5fde09e6ce5b0a39a6d7ee..b839301e2e3f0dc151104c46e584599131fe8624 100644 (file)
@@ -5,7 +5,24 @@ Changelog
 
 .. changelog::
     :version: 1.0.8
-    :include_notes_from: unreleased
+    :released: March 4, 2019
+
+    .. change::
+       :tags: bug, operations
+       :tickets: 528
+
+       Removed use of deprecated ``force`` parameter for SQLAlchemy quoting
+       functions as this parameter will be removed in a future release.
+       Pull request courtesy Parth Shandilya(ParthS007).
+
+    .. change::
+       :tags: bug, autogenerate, postgresql, py3k
+       :tickets: 541
+
+       Fixed issue where server default comparison on the PostgreSQL dialect would
+       fail for a blank string on Python 3.7 only, due to a change in regular
+       expression behavior in Python 3.7.
+
 
 .. changelog::
     :version: 1.0.7
diff --git a/docs/build/unreleased/528.rst b/docs/build/unreleased/528.rst
deleted file mode 100644 (file)
index 91d0e35..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-   :tags: bug, operations
-   :tickets: 528
-
-   Removed use of deprecated ``force`` parameter for SQLAlchemy quoting
-   functions as this parameter will be removed in a future release.
-   Pull request courtesy Parth Shandilya(ParthS007).
\ No newline at end of file
diff --git a/docs/build/unreleased/541.rst b/docs/build/unreleased/541.rst
deleted file mode 100644 (file)
index 9da3850..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-   :tags: bug, autogenerate, postgresql, py3k
-   :tickets: 541
-
-   Fixed issue where server default comparison on the PostgreSQL dialect would
-   fail for a blank string on Python 3.7 only, due to a change in regular
-   expression behavior in Python 3.7.
-