diff options
| -rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index a379f9cc..ea91f946 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,9 @@ dev (master) ``ValueError`` instead of ``AssertionError`` (backwards compatible for now, but please migrate). (Issue #640) +* Fix pools not getting replenished when an error occurs during a + request using ``release_conn=False``. (Issue #644) + * ... [Short description of non-trivial change.] (Issue #) |
