From 3004792315a58d51571266a9f70ae02e565c88ef Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 4 Mar 2019 13:01:32 -0500 Subject: [PATCH] - 1.0.8 --- docs/build/changelog.rst | 19 ++++++++++++++++++- docs/build/unreleased/528.rst | 7 ------- docs/build/unreleased/541.rst | 8 -------- 3 files changed, 18 insertions(+), 16 deletions(-) delete mode 100644 docs/build/unreleased/528.rst delete mode 100644 docs/build/unreleased/541.rst 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. -