From: Mike Bayer Date: Mon, 13 Apr 2020 22:39:47 +0000 (-0400) Subject: Adjust changelog files for removed directories X-Git-Tag: rel_1_3_17~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3353673f1b0f45b8d3772aa48b9fe555cd8ce7f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Adjust changelog files for removed directories unreleased_11 and unreleased_12 are gone so remove these also there's no place for the 4065 file to go, this is an old and very small change and it looks like the file was not published in any case, so just remove it. Change-Id: I2b890ac4c7142e7b4462a7f45d7caa856edf3d4f (cherry picked from commit b289fb032ead703eb131ad1b0d0e0dcba8617ca3) --- diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index aec6670388..4878b5c565 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -21,10 +21,6 @@ -.. changelog:: - :version: 1.1.19 - :include_notes_from: unreleased_11 - .. changelog:: :version: 1.1.18 :released: March 6, 2018 diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index d7eece95c9..2615cec6a7 100644 --- a/doc/build/changelog/changelog_12.rst +++ b/doc/build/changelog/changelog_12.rst @@ -12,10 +12,6 @@ :start-line: 5 -.. changelog:: - :version: 1.2.20 - :include_notes_from: unreleased_12 - .. changelog:: :version: 1.2.19 :released: April 15, 2019 diff --git a/doc/build/changelog/unreleased_10/4065.rst b/doc/build/changelog/unreleased_10/4065.rst deleted file mode 100644 index 375ce8cf1c..0000000000 --- a/doc/build/changelog/unreleased_10/4065.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. change:: - :tags: bug, mysql - :tickets: 4065 - :versions: 1.2.0b3, 1.1.14 - - mysqlclient as of 1.3.11 changed the exception - class for a particular disconnect situation from - InterfaceError to InternalError; the disconnection - detection logic now accommodates this.