@@ -6,24 +6,7 @@ and this project adheres to
6
6
7
7
## [ Unreleased]
8
8
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
27
10
28
11
### Fixed
29
12
@@ -43,12 +26,17 @@ and this project adheres to
43
26
` SubMsgResponse::data ` . Add new type ` MsgResponse ` . ([ #1903 ] )
44
27
- cosmwasm-std: Add ` cosmwasm_2_0 ` feature to enable 2.0 specific functionality.
45
28
([ #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 ] )
46
33
47
34
[ #1878 ] : https://github.com/CosmWasm/cosmwasm/pull/1878
48
35
[ #1903 ] : https://github.com/CosmWasm/cosmwasm/pull/1903
49
36
[ #1929 ] : https://github.com/CosmWasm/cosmwasm/pull/1929
50
37
[ #1954 ] : https://github.com/CosmWasm/cosmwasm/pull/1954
51
38
[ #1974 ] : https://github.com/CosmWasm/cosmwasm/pull/1974
39
+ [ #2008 ] : https://github.com/CosmWasm/cosmwasm/pull/2008
52
40
53
41
### Changed
54
42
@@ -115,6 +103,9 @@ and this project adheres to
115
103
- cosmwasm-std: Rename ` GovMsg::vote ` to ` GovMsg::option ` ([ #1999 ] )
116
104
- cosmwasm-vm: Read ` Region ` from Wasm memory as bytes and convert to ` Region `
117
105
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 ] )
118
109
119
110
[ #1874 ] : https://github.com/CosmWasm/cosmwasm/pull/1874
120
111
[ #1876 ] : https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -136,6 +127,7 @@ and this project adheres to
136
127
[ #1971 ] : https://github.com/CosmWasm/cosmwasm/pull/1971
137
128
[ #1973 ] : https://github.com/CosmWasm/cosmwasm/pull/1973
138
129
[ #1977 ] : https://github.com/CosmWasm/cosmwasm/pull/1977
130
+ [ #1991 ] : https://github.com/CosmWasm/cosmwasm/pull/1991
139
131
[ #1992 ] : https://github.com/CosmWasm/cosmwasm/pull/1992
140
132
[ #1999 ] : https://github.com/CosmWasm/cosmwasm/pull/1999
141
133
[ #2005 ] : https://github.com/CosmWasm/cosmwasm/pull/2005
@@ -760,9 +752,8 @@ and this project adheres to
760
752
The CHANGELOG for versions before 1.0.0 was moved to
761
753
[ CHANGELOG-pre1.0.0.md] ( ./CHANGELOG-pre1.0.0.md ) .
762
754
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
766
757
[ 1.5.0 ] : https://github.com/CosmWasm/cosmwasm/compare/v1.4.1...v1.5.0
767
758
[ 1.4.1 ] : https://github.com/CosmWasm/cosmwasm/compare/v1.4.0...v1.4.1
768
759
[ 1.4.0 ] : https://github.com/CosmWasm/cosmwasm/compare/v1.3.3...v1.4.0
0 commit comments