[skip ci] Update CHANGELOG for 0.24 release

This commit is contained in:
Ethan Frey
2022-03-09 16:08:11 +01:00
parent 2bd4041bb8
commit 3554193289

View File

@@ -2,17 +2,32 @@
## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD)
**Fixed bugs + Api Breaking:**
- Add support for old contract addresses of length 20 [\#758](https://github.com/CosmWasm/wasmd/issues/758)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.24.0...master)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.23.0...HEAD)
## [v0.24.0](https://github.com/CosmWasm/wasmd/tree/v0.24.0) (2022-03-09)
**API Breaking**
- Add cosmwasm project prefix to REST query paths [\#743](https://github.com/CosmWasm/wasmd/issues/743)
- Add support for old contract addresses of length 20 [\#758](https://github.com/CosmWasm/wasmd/issues/758)
- Update wasmvm to 1.0.0-beta7 (incl wasmer 2.2) [\#774](https://github.com/CosmWasm/wasmd/issues/774)
**Fixed bugs**
- Add missing colons in String of some proposals [\#752](https://github.com/CosmWasm/wasmd/pull/752)
- Replace custom codec with SDK codec (needed for rosetta) [\#760](https://github.com/CosmWasm/wasmd/pull/760)
- Support `--no-admin` flag on cli for gov instantiation [\#771](https://github.com/CosmWasm/wasmd/pull/771)
**Implemented Enhancements**
- Add support for Buf Build [\#753](https://github.com/CosmWasm/wasmd/pull/753), [\#755](https://github.com/CosmWasm/wasmd/pull/755), [\#756](https://github.com/CosmWasm/wasmd/pull/756)
- Redact most errors sent to contracts, for better determinism guarantees [\#765](https://github.com/CosmWasm/wasmd/pull/765), [\#775](https://github.com/CosmWasm/wasmd/pull/775)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.23.0...v0.24.0)
## [v0.23.0](https://github.com/CosmWasm/wasmd/tree/v0.23.0) (2022-01-28)
**Fixed bugs**
- Set end block order [\#736](https://github.com/CosmWasm/wasmd/issues/736)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.23.0...v0.22.0)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.22.0...v0.23.0)
## [v0.22.0](https://github.com/CosmWasm/wasmd/tree/v0.22.0) (2022-01-20)
@@ -33,12 +48,12 @@
- Remove unused run-as flag from Wasm Migrate proposals [\#730](https://github.com/CosmWasm/wasmd/pull/730) ([ethanfrey](https://github.com/ethanfrey))
- Expose wasm/Keeper.SetParams [\#732](https://github.com/CosmWasm/wasmd/pull/732) ([ethanfrey](https://github.com/ethanfrey))
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.22.0...v0.21.0)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.21.0...v0.22.0)
## [v0.21.0](https://github.com/CosmWasm/wasmd/tree/v0.21.0) (2021-11-17)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.21.0...v0.20.0)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.20.0...v0.21.0)
**Fixed bugs + Api Breaking:**
- Prevent infinite gas consumption in simulation queries [\#670](https://github.com/CosmWasm/wasmd/issues/670)
@@ -58,7 +73,7 @@
## [v0.20.0](https://github.com/CosmWasm/wasmd/tree/v0.20.0) (2021-10-08)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.20.0...v0.19.0)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.19.0...v0.20.0)
**Fixed bugs:**
@@ -82,7 +97,7 @@
## [v0.19.0](https://github.com/CosmWasm/wasmd/tree/v0.19.0) (2021-09-15)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.19.0...v0.18.0)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.18.0...v0.19.0)
**Fixed bugs:**
@@ -103,7 +118,7 @@
## [v0.18.0](https://github.com/CosmWasm/wasmd/tree/v0.18.0) (2021-08-16)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.18.0...v0.17.0)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.17.0...v0.18.0)
**Api Breaking:**
- Events documented and refactored [\#448](https://github.com/CosmWasm/wasmd/issues/448), [\#589](https://github.com/CosmWasm/wasmd/pull/589), [\#587](https://github.com/CosmWasm/wasmd/issues/587)
@@ -131,7 +146,7 @@
## [v0.17.0](https://github.com/CosmWasm/wasmd/tree/v0.17.0) (2021-05-26)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.17.0...v0.16.0)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.16.0...v0.17.0)
**Features:**
- Remove json type cast for contract msgs [\#520](https://github.com/CosmWasm/wasmd/pull/520) ([alpe](https://github.com/alpe))