@@ -6,15 +6,7 @@ and this project adheres to
66
77## [ Unreleased]
88
9- ### Added
10-
11- - cosmwasm-std: Add
12- ` DistributionQuery::{DelegationRewards, DelegationTotalRewards, DelegatorValidators} ` .
13- This requires the ` cosmwasm_1_4 ` feature to be enabled. ([ #1788 ] )
14-
15- [ #1788 ] : https://github.com/CosmWasm/cosmwasm/pull/1788
16-
17- ## [ 1.4.0-beta.1] - 2023-08-29
9+ ## [ 1.4.0-rc.1] - 2023-08-30
1810
1911### Added
2012
@@ -27,12 +19,16 @@ and this project adheres to
2719- cosmwasm-std: Add new imports ` db_next_{key, value} ` for iterating storage
2820 keys / values only and make ` Storage::{range_keys, range_values} ` more
2921 efficient. This requires the ` cosmwasm_1_4 ` feature to be enabled. ([ #1834 ] )
22+ - cosmwasm-std: Add
23+ ` DistributionQuery::{DelegationRewards, DelegationTotalRewards, DelegatorValidators} ` .
24+ This requires the ` cosmwasm_1_4 ` feature to be enabled. ([ #1788 ] )
3025
3126[ #1512 ] : https://github.com/CosmWasm/cosmwasm/issues/1512
3227[ #1799 ] : https://github.com/CosmWasm/cosmwasm/pull/1799
3328[ #1806 ] : https://github.com/CosmWasm/cosmwasm/pull/1806
3429[ #1832 ] : https://github.com/CosmWasm/cosmwasm/pull/1832
3530[ #1834 ] : https://github.com/CosmWasm/cosmwasm/pull/1834
31+ [ #1788 ] : https://github.com/CosmWasm/cosmwasm/pull/1788
3632
3733### Changed
3834
@@ -1861,9 +1857,9 @@ Some main points:
18611857
18621858All future Changelog entries will reference this base
18631859
1864- [ unreleased ] : https://github.com/CosmWasm/cosmwasm/compare/v1.4.0-beta .1...HEAD
1865- [ 1.4.0-beta .1] :
1866- https://github.com/CosmWasm/cosmwasm/compare/v1.3.3...v1.4.0-beta .1
1860+ [ unreleased ] : https://github.com/CosmWasm/cosmwasm/compare/v1.4.0-rc .1...HEAD
1861+ [ 1.4.0-rc .1] :
1862+ https://github.com/CosmWasm/cosmwasm/compare/v1.3.3...v1.4.0-rc .1
18671863[ 1.3.3 ] : https://github.com/CosmWasm/cosmwasm/compare/v1.3.2...v1.3.3
18681864[ 1.3.2 ] : https://github.com/CosmWasm/cosmwasm/compare/v1.3.1...v1.3.2
18691865[ 1.3.1 ] : https://github.com/CosmWasm/cosmwasm/compare/v1.3.0...v1.3.1
0 commit comments