Updated CHANGELOG to reflect recent PRs

This commit is contained in:
Michael Rosenberg 2022-11-24 02:32:20 -05:00
parent 6eafb1ebda
commit 45d6adba73
No known key found for this signature in database

View file

@ -5,6 +5,9 @@ major series.
## 4.x series
* Deprecate `EdwardsPoint::hash_from_bytes` and rename it `EdwardsPoint::nonspect_map_to_curve`
* Fix panic when `Ristretto::double_and_compress_batch` receives the identity point
* Remove `byteorder` dependency
* Update the `criterion` dependency to 0.4.0
* Include README.md into crate Documentation
* Update the `rand_core` dependency version and the `rand` dev-dependency