summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bbddbb1..0c1337b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+* 3.1.1
+ * Significant improvements to handing connections with forked processes.
+ Parent and child processes no longer trample on each others' connections.
+ Thanks to Jay Rolette for the patch and highlighting this issue.
+ #504/#732/#784/#863
+ * PythonParser no longer closes the associated connection's socket. The
+ connection itself will close the socket. #1108/#1085
* 3.1.0
* Connection URLs must have one of the following schemes:
redis://, rediss://, unix://. Thanks @jdupl123. #961/#969