diff --git a/modules/capability/CHANGELOG.md b/modules/capability/CHANGELOG.md deleted file mode 100644 index de6543399e1..00000000000 --- a/modules/capability/CHANGELOG.md +++ /dev/null @@ -1,65 +0,0 @@ - - -# Changelog - -## [Unreleased] - -### Dependencies - -* [\#4068](https://github.com/cosmos/ibc-go/pull/4068) Upgrade capability module to cosmos-sdk v0.50 - -### API Breaking - -### State Machine Breaking - -### Improvements - -* [\#4068](https://github.com/cosmos/ibc-go/pull/4068) Variuos improvements made to testing to reduce the dependency tree and use new cosmos-sdk test utils. - -### Features - -### Bug Fixes - -* [\#15030](https://github.com/cosmos/cosmos-sdk/pull/15030) `InitMemStore` now correctly uses a `NewInfiniteGasMeter` for both `GasMeter` **and** `BlockGasMeter`. This fixes an issue where the `gasMeter` was incremented non-deterministically across validators. See [\#15015](https://github.com/cosmos/cosmos-sdk/issues/15015) for more information. - -## Capability in the Cosmos SDK Repository - -The capability module was originally released in [v0.40.0](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.40.0) of the Cosmos SDK. -Please see the [Release Notes](https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/RELEASE_NOTES.md). - -The capability module has been removed from the Cosmos SDK from `v0.50.0` onwards and has been migrated to this repository. -It will now be maintained as a standalone go module. - -Please refer to the Cosmos SDK repository for historical content.