summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b768cc..3134d2e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,8 @@
* Python3 compatibility fix ensuring we're not already bytes(). Thanks
Salimane Adjao Moustapha.
* Added PSETEX. Thanks YAMAMOTO Takashi.
+ * Added a BlockingConnectionPool to limit the number of connections that
+ can be created. Thanks James Arthur.
* 2.7.2
* Parse errors are now *always* raised on multi/exec pipelines, regardless
of the `raise_on_error` flag. See