Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Aug 30, 2023
1 parent c6a373c commit 4ed28b1
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ and this project adheres to

## [Unreleased]

### Added

- cosmwasm-std: Add
`DistributionQuery::{DelegationRewards, DelegationTotalRewards, DelegatorValidators}`.
This requires the `cosmwasm_1_4` feature to be enabled. ([#1788])

[#1788]: https://github.com/CosmWasm/cosmwasm/pull/1788

## [1.4.0-beta.1] - 2023-08-29
## [1.4.0-rc.1] - 2023-08-30

### Added

Expand All @@ -27,12 +19,16 @@ and this project adheres to
- cosmwasm-std: Add new imports `db_next_{key, value}` for iterating storage
keys / values only and make `Storage::{range_keys, range_values}` more
efficient. This requires the `cosmwasm_1_4` feature to be enabled. ([#1834])
- cosmwasm-std: Add
`DistributionQuery::{DelegationRewards, DelegationTotalRewards, DelegatorValidators}`.
This requires the `cosmwasm_1_4` feature to be enabled. ([#1788])

[#1512]: https://github.com/CosmWasm/cosmwasm/issues/1512
[#1799]: https://github.com/CosmWasm/cosmwasm/pull/1799
[#1806]: https://github.com/CosmWasm/cosmwasm/pull/1806
[#1832]: https://github.com/CosmWasm/cosmwasm/pull/1832
[#1834]: https://github.com/CosmWasm/cosmwasm/pull/1834
[#1788]: https://github.com/CosmWasm/cosmwasm/pull/1788

### Changed

Expand Down Expand Up @@ -1861,9 +1857,9 @@ Some main points:

All future Changelog entries will reference this base

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.0-beta.1...HEAD
[1.4.0-beta.1]:
https://github.com/CosmWasm/cosmwasm/compare/v1.3.3...v1.4.0-beta.1
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.0-rc.1...HEAD
[1.4.0-rc.1]:
https://github.com/CosmWasm/cosmwasm/compare/v1.3.3...v1.4.0-rc.1
[1.3.3]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.0...v1.3.1
Expand Down

0 comments on commit 4ed28b1

Please sign in to comment.