From 68d68a06c3ef95029d33ea1bcc58d61ced61cad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Sat, 15 Apr 2023 10:10:47 +0000 Subject: [PATCH] update Changes --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a3d4a55987..8217aa21ca 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ - * Revert #2104, add `disconnect_on_error` option to `read_response()` (#2506) + * Revert #2104, #2673, add `disconnect_on_error` option to `read_response()` (issues #2506, #2624) * asyncio: Fix memory leak caused by hiredis (#2693) * Allow data to drain from async PythonParser when reading during a disconnect() * Use asyncio.timeout() instead of async_timeout.timeout() for python >= 3.11 (#2602)