Skip to content

Commit

Permalink
Polish CHANGELOG entry and capabilities docs
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jun 28, 2023
1 parent ca986c5 commit f588694
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ and this project adheres to

## [Unreleased]

- cosmwasm-std: Add `DistributionMsg::FundCommunityPool` ([#1747])

### Added

- cosmwasm-std: Implement `BankQuery::AllDenomMetadata` to allow querying all
Expand All @@ -18,6 +16,8 @@ and this project adheres to
([#1647])
- cosmwasm-std: Add `DistributionQuery::DelegatorWithdrawAddress`. Also needs
the `cosmwasm_1_3` feature (see above). ([#1593])
- cosmwasm-std: Add `DistributionMsg::FundCommunityPool`. Also needs the
`cosmwasm_1_3` feature (see above). ([#1747])
- cosmwasm-std: Add `FromStr` impl for `Coin`. ([#1684])
- cosmwasm-std: Add `Coins` helper to handle multiple coins. ([#1687])
- cosmwasm-vm: Add `Cache::save_wasm_unchecked` to save Wasm blobs that have
Expand All @@ -35,6 +35,7 @@ and this project adheres to
[#1684]: https://github.com/CosmWasm/cosmwasm/pull/1684
[#1687]: https://github.com/CosmWasm/cosmwasm/pull/1687
[#1727]: https://github.com/CosmWasm/cosmwasm/issues/1727
[#1747]: https://github.com/CosmWasm/cosmwasm/pull/1747
[#1748]: https://github.com/CosmWasm/cosmwasm/pull/1748

### Changed
Expand Down
8 changes: 4 additions & 4 deletions docs/CAPABILITIES-BUILT-IN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ might define others.
CosmWasm `1.1.0` or higher support this.
- `cosmwasm_1_2` enables the `GovMsg::VoteWeighted` and `WasmMsg::Instantiate2`
messages. Only chains running CosmWasm `1.2.0` or higher support this.
- `cosmwasm_1_3` enables the `BankQuery::AllDenomMetadata` and
`BankQuery::DenomMetadata` queries, as well as
`DistributionQuery::DelegatorWithdrawAddress`. Only chains running CosmWasm
`1.3.0` or higher support this.
- `cosmwasm_1_3` enables the `BankQuery::AllDenomMetadata`,
`BankQuery::DenomMetadata` and `DistributionQuery::DelegatorWithdrawAddress`
queries, as well as `DistributionMsg::FundCommunityPool`. Only chains running
CosmWasm `1.3.0` or higher support this.

0 comments on commit f588694

Please sign in to comment.