Skip to content

Commit 62af577

Browse files
plotskogwqhdevalence
authored andcommitted
Merge branch 'release/2.0.0'
2 parents 69686aa + 34a0ebe commit 62af577

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,19 @@
22

33
Entries are listed in reverse chronological order.
44

5-
## 2.0.0-alpha.2
6-
7-
* Require `subtle = ^2.2.1` and remove the note advising nightly Rust, which is
8-
no longer required as of that version of `subtle`. See the `subtle`
9-
changelog for more details.
10-
11-
## 2.0.0-alpha.1
12-
13-
* Update `README.md` for `2.x` series.
14-
* Fix a `Zeroize`-related build issue in the AVX2 backend.
15-
16-
## 2.0.0-alpha.0
5+
## 2.0.0
176

187
* Fix a data modeling error in the `serde` feature pointed out by Trevor Perrin
198
which caused points and scalars to be serialized with length fields rather
209
than as fixed-size 32-byte arrays. This is a breaking change, but it fixes
2110
compatibility with `serde-json` and ensures that the `serde-bincode` encoding
2211
matches the conventional encoding for X/Ed25519.
2312
* Update `rand_core` to `0.5`, allowing use with new `rand` versions.
13+
* Switch from `clear_on_drop` to `zeroize` (by Tony Arcieri).
14+
* Require `subtle = ^2.2.1` and remove the note advising nightly Rust, which is
15+
no longer required as of that version of `subtle`. See the `subtle`
16+
changelog for more details.
17+
* Update `README.md` for `2.x` series.
2418
* Remove the `build.rs` hack which loaded the entire crate into its own
2519
`build.rs` to generate constants, and keep the constants in the source code.
2620

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curve25519-dalek"
3-
version = "2.0.0-alpha.2"
3+
version = "2.0.0"
44
authors = ["Isis Lovecruft <[email protected]>",
55
"Henry de Valence <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)