fixup! Document recent changes in CHANGELOG.md.

This commit is contained in:
Andy Polyakov 2022-04-19 08:13:51 +02:00
parent 73eb83d52d
commit 1bee4d2989

View file

@ -12,6 +12,8 @@ and this project adheres to Rust's notion of
### Changed ### Changed
- Add `repr(transparent)` attribute to Fp/Fq structures. - Add `repr(transparent)` attribute to Fp/Fq structures.
- Omit 'infinity' field from affine coordinates structures and use (0, 0)
to denote the identity points.
## [0.3.0] - 2022-01-03 ## [0.3.0] - 2022-01-03
### Added ### Added