Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Nov 23, 2020
1 parent 495e2ee commit 79879d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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

* `.get` on Packets has an optional default parameter (to mimic dict.get())

* 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
Expand All @@ -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)
Expand Down

0 comments on commit 79879d2

Please sign in to comment.