From 860640fb8dfbaae6e3e38f81ea9efb40ecb3c3a7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 23 Oct 2017 18:39:47 -0400 Subject: Issue #4115 will be backported to 1.1, move changelog file Change-Id: Ib5039ad9cbdf036ab78b74266847fd67cdcfbfc3 --- doc/build/changelog/unreleased_11/4115.rst | 7 +++++++ doc/build/changelog/unreleased_12/4115.rst | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 doc/build/changelog/unreleased_11/4115.rst delete mode 100644 doc/build/changelog/unreleased_12/4115.rst diff --git a/doc/build/changelog/unreleased_11/4115.rst b/doc/build/changelog/unreleased_11/4115.rst new file mode 100644 index 000000000..00c271841 --- /dev/null +++ b/doc/build/changelog/unreleased_11/4115.rst @@ -0,0 +1,7 @@ +:change: + :tags: bug, mysql + :tickets: 4115 + :versions: 1.2.0b4 + + Fixed regression from 1.2.0b3 where "MariaDB" version comparison can + fail for some particular MariaDB version strings under Python 3. diff --git a/doc/build/changelog/unreleased_12/4115.rst b/doc/build/changelog/unreleased_12/4115.rst deleted file mode 100644 index f94f60059..000000000 --- a/doc/build/changelog/unreleased_12/4115.rst +++ /dev/null @@ -1,6 +0,0 @@ -:change: - :tags: bug, mysql - :tickets: 4115 - - Fixed regression from 1.2.0b3 where "MariaDB" version comparison can - fail for some particular MariaDB version strings under Python 3. \ No newline at end of file -- cgit v1.2.1