From: Mike Bayer Date: Sun, 26 Oct 2014 20:49:44 +0000 (-0400) Subject: changelog X-Git-Tag: rel_1_0_0b1~70^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d1d999c9a688f4c8dbbe885438c63d6ef494c6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 0a66538831..e63e023d90 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -21,6 +21,15 @@ series as well. For changes that are specific to 1.0 with an emphasis on compatibility concerns, see :doc:`/changelog/migration_10`. + .. change:: + :tags: bug, sql + :pullreq: github:146 + + Fixed the name of the :paramref:`.PoolEvents.reset.dbapi_connection` + parameter as passed to this event; in particular this affects + usage of the "named" argument style for this event. Pull request + courtesy Jason Goldberger. + .. change:: :tags: feature, sql :pullreq: github:139