chore: fix changelog entry for #11177 (backport #11263) (#11264)

This commit is contained in:
mergify[bot] 2022-02-24 10:01:45 -05:00 committed by GitHub
parent c7ddf4d6d0
commit d69a7b6170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Bug Fixes
* (store) [\#11177](https://github.com/cosmos/cosmos-sdk/pull/11177) Update the prune `nothing` strategy to store the last two heights.
* (store) [\#11177](https://github.com/cosmos/cosmos-sdk/pull/11177) Update the prune `everything` strategy to store the last two heights.
* (store) [\#11117](https://github.com/cosmos/cosmos-sdk/pull/11117) Fix data race in store trace component
### Improvements