diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-03-19 18:21:54 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-03-19 18:21:54 -0400 |
commit | 5d44bf311f7cafde28627476f4ffce6abee9efea (patch) | |
tree | 50fb1e2131c42c30aa99f22648a79fb8adfc0843 | |
parent | 5fc31004a2f7335c3502d64fa66391ec77fa57b0 (diff) | |
download | alembic-5d44bf311f7cafde28627476f4ffce6abee9efea.tar.gz |
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
-rw-r--r-- | docs/build/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 9ee5bc6..1950c5a 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 |