Skip to content

Commit 7533a21

Browse files
committed
Update changelog
1 parent 2c8aff3 commit 7533a21

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

CHANGELOG.md

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,7 @@ and this project adheres to
66

77
## [Unreleased]
88

9-
### Added
10-
11-
- cosmwasm-std: Add new field `payload` to `SubMsg` and `Reply`. This is binary
12-
data the contract can set in a contract specific format and get back then the
13-
`reply` entry point is called. `SubMsg::with_payload` allows setting the
14-
payload on an existing `SubMsg`. ([#2008])
15-
16-
[#2008]: https://github.com/CosmWasm/cosmwasm/pull/2008
17-
18-
### Changed
19-
20-
- cosmwasm-vm: Limit total number of function parameters in
21-
`check_wasm_functions` and increase max function count and max parameter
22-
count. ([#1991])
23-
24-
[#1991]: https://github.com/CosmWasm/cosmwasm/pull/1991
25-
26-
## [2.0.0-beta.1] - 2023-01-22
9+
## [2.0.0-rc.0] - 2023-02-06
2710

2811
### Fixed
2912

@@ -43,12 +26,17 @@ and this project adheres to
4326
`SubMsgResponse::data`. Add new type `MsgResponse`. ([#1903])
4427
- cosmwasm-std: Add `cosmwasm_2_0` feature to enable 2.0 specific functionality.
4528
([#1974])
29+
- cosmwasm-std: Add new field `payload` to `SubMsg` and `Reply`. This is binary
30+
data the contract can set in a contract specific format and get back then the
31+
`reply` entry point is called. `SubMsg::with_payload` allows setting the
32+
payload on an existing `SubMsg`. ([#2008])
4633

4734
[#1878]: https://github.com/CosmWasm/cosmwasm/pull/1878
4835
[#1903]: https://github.com/CosmWasm/cosmwasm/pull/1903
4936
[#1929]: https://github.com/CosmWasm/cosmwasm/pull/1929
5037
[#1954]: https://github.com/CosmWasm/cosmwasm/pull/1954
5138
[#1974]: https://github.com/CosmWasm/cosmwasm/pull/1974
39+
[#2008]: https://github.com/CosmWasm/cosmwasm/pull/2008
5240

5341
### Changed
5442

@@ -115,6 +103,9 @@ and this project adheres to
115103
- cosmwasm-std: Rename `GovMsg::vote` to `GovMsg::option` ([#1999])
116104
- cosmwasm-vm: Read `Region` from Wasm memory as bytes and convert to `Region`
117105
afterwards ([#2005])
106+
- cosmwasm-vm: Limit total number of function parameters in
107+
`check_wasm_functions` and increase max function count and max parameter
108+
count. ([#1991])
118109

119110
[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
120111
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -136,6 +127,7 @@ and this project adheres to
136127
[#1971]: https://github.com/CosmWasm/cosmwasm/pull/1971
137128
[#1973]: https://github.com/CosmWasm/cosmwasm/pull/1973
138129
[#1977]: https://github.com/CosmWasm/cosmwasm/pull/1977
130+
[#1991]: https://github.com/CosmWasm/cosmwasm/pull/1991
139131
[#1992]: https://github.com/CosmWasm/cosmwasm/pull/1992
140132
[#1999]: https://github.com/CosmWasm/cosmwasm/pull/1999
141133
[#2005]: https://github.com/CosmWasm/cosmwasm/pull/2005
@@ -760,9 +752,8 @@ and this project adheres to
760752
The CHANGELOG for versions before 1.0.0 was moved to
761753
[CHANGELOG-pre1.0.0.md](./CHANGELOG-pre1.0.0.md).
762754

763-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.0-beta.1...HEAD
764-
[2.0.0-beta.1]:
765-
https://github.com/CosmWasm/cosmwasm/compare/v1.5.0...v2.0.0-beta.1
755+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.0-rc.0...HEAD
756+
[2.0.0-rc.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.0...v2.0.0-rc.0
766757
[1.5.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.1...v1.5.0
767758
[1.4.1]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.0...v1.4.1
768759
[1.4.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.3...v1.4.0

0 commit comments

Comments
 (0)