]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Oct 2014 20:49:44 +0000 (16:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Oct 2014 20:49:44 +0000 (16:49 -0400)
doc/build/changelog/changelog_10.rst

index 0a66538831507ef8c1c2ddbb6e3152650815fabf..e63e023d907ab1908d2a5477702a92d0f159c302 100644 (file)
     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