File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 1.4.0 (UNRELEASED )
4+ 1.4.0 (2020-05-25 )
55------------------
66
77* Update ``libsodium `` to 1.0.18.
@@ -10,6 +10,7 @@ Changelog
1010* Added support for Python 3.8, and removed support for Python 3.4.
1111* Add low level bindings for extracting the seed and the public key
1212 from crypto_sign_ed25519 secret key
13+ * Add low level bindings for deterministic random generation.
1314* Add ``wheel `` and ``setuptools `` setup_requirements in ``setup.py `` (#485)
1415* Fix checks on very slow builders (#481, #495)
1516* Add low-level bindings to ed25519 arithmetic functions
Original file line number Diff line number Diff line change @@ -32,3 +32,8 @@ Features
3232* Public-key encryption
3333* Hashing and message authentication
3434* Password based key derivation and password hashing
35+
36+ `Changelog `_
37+ ------------
38+
39+ .. _Changelog : https://pynacl.readthedocs.io/en/stable/changelog/
Original file line number Diff line number Diff line change 2424 "library" )
2525__uri__ = "https://github.com/pyca/pynacl/"
2626
27- __version__ = "1.4.0.dev1 "
27+ __version__ = "1.4.0"
2828
2929__author__ = "The PyNaCl developers"
3030
You can’t perform that action at this time.
0 commit comments