From: Mike Bayer Date: Thu, 14 Aug 2014 18:15:46 +0000 (-0400) Subject: on second thought we need to prioritize what really needs to be X-Git-Tag: rel_1_0_0b1~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe1a09029b6b92f8125d1e09cfdc9eea9f0f9024;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git on second thought we need to prioritize what really needs to be here and what's just in changelog --- diff --git a/doc/build/changelog/migration_10.rst b/doc/build/changelog/migration_10.rst index 22005e062a..cf81d41fdc 100644 --- a/doc/build/changelog/migration_10.rst +++ b/doc/build/changelog/migration_10.rst @@ -114,13 +114,6 @@ alone:: :ticket:`3027` -``raise_on_warnings`` defaults to False for mysql-connector-python ------------------------------------------------------------------- - -The Mysql-connector-Python dialect now sets ``raise_on_warnings`` to -``False``, matching the default of the DBAPI itself. - -:ticket:`2515` New Features ============