Skip to content

Commit

Permalink
Update Changelog with first batch of 1.3 changes (pyca#395)
Browse files Browse the repository at this point in the history
* Correct spelling in 1.2.1 change note

* Insert notes about already checked-in changes
  • Loading branch information
lmctv authored and reaperhulk committed Mar 19, 2018
1 parent 3b89b41 commit a57cfdb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ Changelog
------------------

* Update ``libsodium`` to 1.0.16.
* Run and test all code examples in PyNaCl docs through sphinx's
doctest builder.
* Add low-level bindings for chacha20-poly1305 AEAD constructions.
* Add low-level bindings for constant-time increment and addition
on fixed-precision big integers represented as little-endian
byte sequences.
* Add low-level bindings for the ISO/IEC 7816-4 compatible padding API.

1.2.1 - 2017-12-04
------------------

* Update hypothesis minumum allowed version.
* Update hypothesis minimum allowed version.
* Infrastructure: add proper configuration for readthedocs builder
runtime environment.

Expand Down

0 comments on commit a57cfdb

Please sign in to comment.