diff --git a/CHANGELOG.md b/CHANGELOG.md index e2377e1..e1aa21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +Initial release