From a74cb0d6a858c4bf0fa9193180187405e099f7c1 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 17 Sep 2024 10:48:42 +0200 Subject: [PATCH] pr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed70a18fd5f3..b487b6102166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i ### Bug Fixes * (baseapp) [#21256](https://github.com/cosmos/cosmos-sdk/pull/21256) Halt height will not commit the block indicated, meaning that if halt-height is set to 10, only blocks until 9 (included) will be committed. This is to go back to the original behavior before a change was introduced in v0.50.0. -* (runtime) []() Fix baseapp options ordering to avoid overwriting options set by modules. +* (runtime) [#21769](https://github.com/cosmos/cosmos-sdk/pull/21769) Fix baseapp options ordering to avoid overwriting options set by modules. ### API Breaking Changes