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)