]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Adjust changelog files for removed directories
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Apr 2020 22:39:47 +0000 (18:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Apr 2020 22:39:47 +0000 (18:39 -0400)
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

doc/build/changelog/changelog_11.rst
doc/build/changelog/changelog_12.rst
doc/build/changelog/unreleased_10/4065.rst [deleted file]

index d4eef6811825cf08e189bd31d9e4eeb456896e70..c50322ad1eaf1155d91f6fc7ec898c3378319992 100644 (file)
 
 
 
-.. changelog::
-    :version: 1.1.19
-    :include_notes_from: unreleased_11
-
 .. changelog::
     :version: 1.1.18
     :released: March 6, 2018
index 4d8d41bbbdce2a5a2264d62cfbfe8be7e2699014..4173cf969e1a5aa5ae60e58b0420779653e44e7f 100644 (file)
         :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 (file)
index 375ce8c..0000000
+++ /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.