Merge branch 'master' into develop

This commit is contained in:
Henry de Valence 2019-05-06 19:11:24 -07:00
commit 076f32686f
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@
Entries are listed in reverse chronological order.
## 1.1.4
* Fix typos in documentation comments.
* Remove unnecessary `Default` bound on `Scalar::from_hash`.
## 1.1.3
* Reverts the change in 1.1.0 to allow owned and borrowed RNGs, which caused a breakage due to a subtle interaction with ownership rules. (The `RngCore` change is retained).

View file

@ -1,6 +1,6 @@
[package]
name = "curve25519-dalek"
version = "1.1.3"
version = "1.1.4"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"