From: Mike Bayer Date: Thu, 19 Mar 2020 22:21:54 +0000 (-0400) Subject: Correct issue number for issue 671 X-Git-Tag: rel_1_4_3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d44bf311f7cafde28627476f4ffce6abee9efea;p=thirdparty%2Fsqlalchemy%2Falembic.git Correct issue number for issue 671 the patch in 52ef05c936170109f2f457751f4940e4269595c3 erroneously mentioned #617 as the target issue, when it was supposed to be #671. Change-Id: I2a327d1dc9173e62c7d65a35e65db7ec5edcf3e9 Fixes: #671 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 9ee5bc64..1950c5a5 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -33,7 +33,7 @@ Changelog .. change:: :tags: bug, autogenerate, mysql - :tickets: 617 + :tickets: 671 Fixed more false-positive failures produced by the new "compare type" logic first added in :ticket:`605`, particularly impacting MySQL string types