From dff4f82633a3c1d995783a817c42338b92260882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Tue, 7 Feb 2023 22:33:24 +0000 Subject: [PATCH] Add Changes --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index e83660d6ac..a31a4bfc15 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ + * Allow data to drain from async PythonParser when reading during a disconnect() * Add test and fix async HiredisParser when reading during a disconnect() (#2349) * Use hiredis-py pack_command if available. * Support `.unlink()` in ClusterPipeline