Skip to content

Commit

Permalink
Add changelog entry for 2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Oct 24, 2019
1 parent a4125ee commit 2fc38a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Entries are listed in reverse chronological order.

## 2.0.0-alpha.0

* Fix a data modeling error in the `serde` feature pointed out by Trevor Perrin
which caused points and scalars to be serialized with length fields rather
than as fixed-size 32-byte arrays. This is a breaking change, but it fixes
compatibility with `serde-json` and ensures that the `serde-bincode` encoding
matches the conventional encoding for X/Ed25519.
* Update `rand_core` to `0.5`, allowing use with new `rand` versions.
* Remove the `build.rs` hack which loaded the entire crate into its own
`build.rs` to generate constants, and keep the constants in the source code.

The only significant change is the data model change to the `serde` feature;
besides the `rand_core` version bump, there are no other user-visible changes.

## 1.2.3

* Fix an issue identified by a Quarkslab audit (and Jack Grigg), where manually
Expand Down

0 comments on commit 2fc38a3

Please sign in to comment.