]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jun 2013 23:42:37 +0000 (19:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jun 2013 23:44:06 +0000 (19:44 -0400)
Conflicts:
doc/build/changelog/changelog_09.rst

doc/build/changelog/changelog_08.rst

index ffd5bd4e4d09905b906fbbf09da94a2e0f575603..8e81ff1b94c42df35056b0f245b04d487ca52f88 100644 (file)
@@ -6,6 +6,14 @@
 .. changelog::
     :version: 0.8.2
 
+    .. change::
+        :tags: bug, engine
+        :pullreq: 6
+
+        Fixed bug where the ``reset_on_return`` argument to various :class:`.Pool`
+        implementations would not be propagated when the pool was regenerated.
+        Courtesy Eevee.
+
     .. change::
         :tags: bug, orm
         :tickets: 2754