From 79879d2a9fa85803373b4fbedc2bd1bb09cd219e Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Mon, 23 Nov 2020 23:44:28 +0100 Subject: [PATCH] update changelog --- CHANGES.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f1503ee..0e369b9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ Changelog ========= -2.4 - July 18, 2020 +2.4 - Nov 23, 2020 ------------------- -* Use poetry for for building this project +* Support poetry for for building this project * Use secrets.SysRandom instead of random.SystemRandom if possible @@ -12,7 +12,7 @@ Changelog * Fix: digestmod is not optional in python3.8 anymore -* Fix: authenthicator was refreshed before the packet was generated +* Fix: authenticator was refreshed before the packet was generated * Fix bug causing Message-Authenticator verification to fail if multiple instances of an attribute do not appear sequentially in @@ -21,7 +21,7 @@ Changelog * Fixed #140 VerifyReply broken when multiple instances of same attribute are not adjacent on reply -* Fixed #135 Missing send_packet for asyn Client +* Fixed #135 Missing send_packet for async Client * Fixed #126 python3 support for SaltCrypt (was previously broken)