From: Mike Bayer Date: Mon, 4 Mar 2019 18:01:32 +0000 (-0500) Subject: - 1.0.8 X-Git-Tag: rel_1_0_8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3004792315a58d51571266a9f70ae02e565c88ef;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.0.8 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 985bd175..b839301e 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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 index 91d0e351..00000000 --- a/docs/build/unreleased/528.rst +++ /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 index 9da38503..00000000 --- a/docs/build/unreleased/541.rst +++ /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. -