From: Mike Bayer Date: Sat, 26 Jan 2019 02:03:56 +0000 (-0500) Subject: - 1.0.7 X-Git-Tag: rel_1_0_7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c5e297f8b1dba464ec49ed7fe6ee0a72e0d44a;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.0.7 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 68afc85a..3c4882d2 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,15 @@ Changelog .. changelog:: :version: 1.0.7 - :include_notes_from: unreleased + :released: January 25, 2019 + + .. change:: + :tags: bug, autogenerate + :tickets: 529 + + Fixed issue in new comment support where autogenerated Python code + for comments wasn't using ``repr()`` thus causing issues with + quoting. Pull request courtesy Damien Garaud. .. changelog:: :version: 1.0.6 diff --git a/docs/build/unreleased/529.rst b/docs/build/unreleased/529.rst deleted file mode 100644 index 764e42df..00000000 --- a/docs/build/unreleased/529.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, autogenerate - :tickets: 529 - - Fixed issue in new comment support where autogenerated Python code - for comments wasn't using ``repr()`` thus causing issues with - quoting. Pull request courtesy Damien Garaud.