chore: add changelog entry

This commit is contained in:
Nabarun 2025-12-18 11:37:42 +05:30
parent 7705edb27a
commit 952b0341e7
Signed by: nabarun
SSH Key Fingerprint: SHA256:f1nVtP06rAVZwNB+5/iCsWPN1LrChcZYgzToiUHlOuQ

View File

@ -78,6 +78,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Bug Fixes
* (types/query) [#25665](https://github.com/cosmos/cosmos-sdk/issues/25665) Fix pagination offset when querying a collection with predicate function.
* (x/staking) [#25649](https://github.com/cosmos/cosmos-sdk/pull/25649) Add missing `defer iterator.Close()` calls in `IterateDelegatorRedelegations` and `GetRedelegations` to prevent resource leaks.
* (mempool) [#25563](https://github.com/cosmos/cosmos-sdk/pull/25563) Cleanup sender indices in case of tx replacement.
* (x/epochs) [#25425](https://github.com/cosmos/cosmos-sdk/pull/25425) Fix `InvokeSetHooks` being called with a nil keeper and `AppModule` containing a copy instead of a pointer (hooks set post creating the `AppModule` like with depinject didn't apply because it's a different instance).