From be2f56c26b3c46e6c4e4e4432e63b285d182f7a7 Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Thu, 31 Jan 2019 22:06:51 -0800 Subject: changelog --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.1