From 3514beacae73c1f29b4b7a8b6640de86fc6795e4 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Sat, 31 Aug 2024 17:17:03 +0200 Subject: [PATCH] Update CHANGELOG.md --- x/consensus/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/x/consensus/CHANGELOG.md b/x/consensus/CHANGELOG.md index 0e87dd240899..74694f4a7b0d 100644 --- a/x/consensus/CHANGELOG.md +++ b/x/consensus/CHANGELOG.md @@ -35,7 +35,6 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (x/consensus) [#19483](https://github.com/cosmos/cosmos-sdk/pull/19483) Add consensus messages registration to consensus module. * [#20615](https://github.com/cosmos/cosmos-sdk/pull/20615) Add consensus messages to add cometinfo to consensus modules -* (x/consensus) [#21484](https://github.com/cosmos/cosmos-sdk/pull/21484) Avoid nil pointer dereference during MsgUpdateParams ### API Breaking Changes