From 73ac661ddf1bc80187dba0ff4697511a1fc14162 Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Wed, 24 Mar 2021 02:56:40 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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