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