Update the changelog with the new stuff

This commit is contained in:
Jesper Louis Andersen 2018-05-21 17:41:12 +02:00
parent bb4014286f
commit 5210099e53
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [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] ## [0.17.0]
### Added ### Added

View File

@ -136,7 +136,6 @@ However, their correct use is still needed in order to be secure:
See CHANGELOG.md See CHANGELOG.md
# Overview # Overview
The NaCl cryptographic library provides a number of different The NaCl cryptographic library provides a number of different