diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-10 19:42:37 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-10 19:42:37 -0400 |
commit | ef03ecf6064c9a50bb6564046e6f97109c1a9f70 (patch) | |
tree | b1b77b08416e6f892c80868c9bb09bc5afcb680f | |
parent | bd1f232063c8a44c6f54a8e93cea28a09498f04c (diff) | |
download | sqlalchemy-ef03ecf6064c9a50bb6564046e6f97109c1a9f70.tar.gz |
changelog
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 8 | ||||
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index ffd5bd4e4..8e81ff1b9 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,14 @@ :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 diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index b7d25c07a..4a5ad33cb 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -7,6 +7,14 @@ :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 |