From eef0b5e24e3e1360721043fa07464d70d08e7d9f Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 17 Sep 2024 10:47:59 +0200 Subject: [PATCH] cl --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6641b37dfddc..ed70a18fd5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,8 +54,10 @@ 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. ### API Breaking Changes + * (sims)[#21613](https://github.com/cosmos/cosmos-sdk/pull/21613) Add sims2 framework and factory methods for simpler message factories in modules ### Deprecated