Update CHANGELOG

This commit is contained in:
Pratyush Mishra
2021-03-24 02:56:40 -07:00
parent 53b2ac48fa
commit 73ac661ddf

View File

@@ -27,8 +27,9 @@
- #29 Fix `to_non_unique_bytes` for `BLS12::G1Prepared`
- #34 Fix `mul_by_inverse` for constants
- #42 Fix regression in `mul_by_inverse` constraint count
- #47 Compile with `panic='abort'` in release mode, for safety of the library across FFI boundaries.
- #47 Compile with `panic='abort'` in release mode, for safety of the library across FFI boundaries
- #57 Clean up `UInt` docs
## v0.1.0
Initial release
Initial release