Document recent changes in CHANGELOG.md.

This commit is contained in:
Andy Polyakov 2022-04-19 00:12:55 +02:00
parent ef39fba64c
commit 73eb83d52d

View file

@ -6,6 +6,12 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
### Added
- Add `repr-c` cargo feature to facilitate FFI by conditionally adding
`repr(C)` attribute to point structures.
### Changed
- Add `repr(transparent)` attribute to Fp/Fq structures.
## [0.3.0] - 2022-01-03 ## [0.3.0] - 2022-01-03
### Added ### Added