From 7935213127e025cb93a7ae8eccb6d5be6445a472 Mon Sep 17 00:00:00 2001 From: Denys Zadorozhnyi Date: Mon, 8 Aug 2022 16:06:34 +0300 Subject: [PATCH] update CHANGELOG; --- ergo-lib/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ergo-lib/CHANGELOG.md b/ergo-lib/CHANGELOG.md index 8d41ed29f..9c3dbb317 100644 --- a/ergo-lib/CHANGELOG.md +++ b/ergo-lib/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - remove `min_value_change` parameter in `TxBuilder::new` and add coin preservation check [#605](https://github.com/ergoplatform/sigma-rust/pull/605); ### Changed +- fix distributed signing in case a script reduces to `true` [#609](https://github.com/ergoplatform/sigma-rust/pull/609); - fix `AtLeast` handling in the prover [#598](https://github.com/ergoplatform/sigma-rust/pull/598); - improve error messages for constant value parsing from JSON (box registers) [#600](https://github.com/ergoplatform/sigma-rust/pull/600).