]> 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:42:37 +0000 (19:42 -0400)
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.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
index b7d25c07a124f0f6b56d1598fb92a6b7c5e6f3f2..4a5ad33cbeecfe996dea5bd7fdfb80cc99cef0b7 100644 (file)
@@ -6,6 +6,14 @@
 .. changelog::
     :version: 0.9.0
 
+    .. 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.  Also in 0.8.2.
+
     .. change::
         :tags: bug, orm
         :tickets: 2754