From 59ebfe21b19e486357294c491d915389af107cb9 Mon Sep 17 00:00:00 2001 From: Jakub Bogucki Date: Fri, 14 Oct 2022 13:55:09 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761849362..a247aef32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## [Unreleased](https://github.com/CosmWasm/cw-plus/tree/HEAD) + +[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/test-tag...HEAD) + +**Closed issues:** + +- Unable to run workspace-optimizer [\#828](https://github.com/CosmWasm/cw-plus/issues/828) +- Running the build command for the production-ready build for cw-20 and not only ends an error [\#821](https://github.com/CosmWasm/cw-plus/issues/821) +- Fill out missing high-level docs [\#806](https://github.com/CosmWasm/cw-plus/issues/806) +- Some multitest bindings for staking are missing such as `BondedDenom` [\#753](https://github.com/CosmWasm/cw-plus/issues/753) +- Allow burn to have a callback just like Send [\#717](https://github.com/CosmWasm/cw-plus/issues/717) +- Unable to upload cw20\_base wasm file on terra-station [\#716](https://github.com/CosmWasm/cw-plus/issues/716) +- Cannot upload to localterra with cw-storage-plus 0.12.1 [\#666](https://github.com/CosmWasm/cw-plus/issues/666) +- Is `MAX_LIMIT` a bug? [\#625](https://github.com/CosmWasm/cw-plus/issues/625) + +**Merged pull requests:** + +- Remove `cosmwasm-storage` dependency [\#827](https://github.com/CosmWasm/cw-plus/pull/827) ([uint](https://github.com/uint)) +- Generic query for cw3 unification [\#826](https://github.com/CosmWasm/cw-plus/pull/826) ([hashedone](https://github.com/hashedone)) +- Remove cw1-whitelist-ng [\#825](https://github.com/CosmWasm/cw-plus/pull/825) ([uint](https://github.com/uint)) +- Deque changes [\#822](https://github.com/CosmWasm/cw-plus/pull/822) ([chipshort](https://github.com/chipshort)) +- Add missing docs [\#818](https://github.com/CosmWasm/cw-plus/pull/818) ([chipshort](https://github.com/chipshort)) +- Remove storage-plus dependency from storage-macro [\#817](https://github.com/CosmWasm/cw-plus/pull/817) ([chipshort](https://github.com/chipshort)) +- \[multi-test\] Add update and clear admin support to WasmKeeper [\#812](https://github.com/CosmWasm/cw-plus/pull/812) ([chipshort](https://github.com/chipshort)) +- Update CHANGELOG [\#811](https://github.com/CosmWasm/cw-plus/pull/811) ([uint](https://github.com/uint)) +- \[multi-test\] Add staking and distribution module [\#782](https://github.com/CosmWasm/cw-plus/pull/782) ([ueco-jb](https://github.com/ueco-jb)) +- Handle duplicate members in cw4-group create [\#702](https://github.com/CosmWasm/cw-plus/pull/702) ([codehans](https://github.com/codehans)) + +## [test-tag](https://github.com/CosmWasm/cw-plus/tree/test-tag) (2022-09-28) + +[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.15.1...test-tag) + +**Closed issues:** + +- Add support for admin migrations to cw-multitest [\#744](https://github.com/CosmWasm/cw-plus/issues/744) + ## [v0.15.1](https://github.com/CosmWasm/cw-plus/tree/v0.15.1) (2022-09-27) [Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.15.0...v0.15.1)