From e80f72e08f41d4b447af2883e956cda678d09813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Thu, 15 Dec 2022 13:10:39 +0000 Subject: [PATCH] add CHANGES --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index b16fbce464..29af2c8ff5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ + * Close Connection on all send_command() errors (#2516) * Documentation fix: password protected socket connection (#2374) * Allow `timeout=None` in `PubSub.get_message()` to wait forever * add `nowait` flag to `asyncio.Connection.disconnect()`