summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-10-26 16:49:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-10-26 16:49:44 -0400
commite1d1d999c9a688f4c8dbbe885438c63d6ef494c6 (patch)
treeb530414829ea107e7bf8d6bce48cfdf50fffbfbb
parent2083ccfbcf7ff1911ce282c8c891a7bf8a86a47c (diff)
downloadsqlalchemy-e1d1d999c9a688f4c8dbbe885438c63d6ef494c6.tar.gz
changelog
-rw-r--r--doc/build/changelog/changelog_10.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 0a6653883..e63e023d9 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -22,6 +22,15 @@
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