From 5210099e53d51a02dad94c4ea1e84d1ed2aa0ec4 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Mon, 21 May 2018 17:41:12 +0200 Subject: [PATCH] Update the changelog with the new stuff --- CHANGELOG.md | 7 +++++++ README.md | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7204914..3f2d4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.17.1] + +### Fixed +- Provide a fix for the `pwhash_str/x` functions. The C strings were + not properly handled wrt. NULL-termination and what the libsodium + library expects. + ## [0.17.0] ### Added diff --git a/README.md b/README.md index a7dfe31..6855150 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ However, their correct use is still needed in order to be secure: See CHANGELOG.md - # Overview The NaCl cryptographic library provides a number of different