From: Mike Bayer Date: Mon, 10 Jun 2013 23:42:37 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_8_2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b7b9ae29e74c3cdb1c60f316ad0d9d1f35da13;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog Conflicts: doc/build/changelog/changelog_09.rst --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index ffd5bd4e4d..8e81ff1b94 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -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