diff --git a/CHANGELOG.md b/CHANGELOG.md index 3363b93..d1f637c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Entries are listed in reverse chronological order. +## 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). + ## 1.1.2 * Disabled KaTeX on `docs.rs` pending proper [support upstream](https://github.com/rust-lang/docs.rs/issues/302). diff --git a/Cargo.toml b/Cargo.toml index 8d33d2d..bab9c09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "1.1.2" +version = "1.1.3" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"