From 288d51ace7e4a18257fa9146a3b1e02aa5b2dc1d Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Thu, 16 Jan 2020 13:42:19 +0100 Subject: [PATCH] Bump changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d081b..aa53643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added -- The Password Hashfunctions now support memory and operations limits, +- Added AEAD XChaCha20-Poly1305 support, thanks to Github/ECrownofFire. +- The Password Hash Generation functions now support memory and operations limits, thanks to Github/ECrownofFire. - Implement enacl:randombytes_uint32/0. Returns a random 32bit unsigned integer, by means of the underlying random source. @@ -20,6 +21,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added Win32 build support (Tino Breddin) - Added a nix shell for easier development +### Fixes +- Clang static analysis warnings (Thomas Arts) +- Replace a constant 31 with a computation from libsodium (Thomas Arts, from a security review) + ## [0.17.2] ### Fixed