From f1640df6a6385e1d173fe11fe40496921ba3436c Mon Sep 17 00:00:00 2001 From: winderica Date: Tue, 2 Apr 2024 05:59:27 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ac112..030b61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ - Add `UInt::rotate_{left,right}_in_place`. - Add `{Boolean,UInt}::not_in_place`. - Add `UInt::{from_bytes_le, from_bytes_be, to_bytes_be}`. +- [\#143](https://github.com/arkworks-rs/r1cs-std/pull/143) + - Add `AllocVar::new_variable_with_inferred_mode`. ### Improvements