From 5529e5897f6eeae1af632c24b27ca6519a0d6607 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 18 Sep 2024 10:57:57 +0200 Subject: [PATCH] chore(rust): Add changelog entry --- rust/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index f384b40..f51e58e 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# Unreleased + +- fix(rust): Interpret `max_depth` in proof specs as 128 if left to 0 [#371](https://github.com/cosmos/ics23/pull/371). + # v0.12.0 - chore(rust): Update `prost` to v0.13 ([#335](https://github.com/cosmos/ics23/pull/335), [#336](https://github.com/cosmos/ics23/pull/336))