Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Nov 8, 2022
1 parent 4fde2e5 commit 10bad92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ and this project adheres to
`CanonicalAddr` ([#1463]).
- cosmwasm-std: Implement `PartialEq` between `CanonicalAddr` and
`HexBinary`/`Binary` ([#1463]).
- cosmwasm-schema: In contracts, `cosmwasm schema` now accepts the `--basic`
flag. This will output a separate JSON Schema file for each entrypoint,
similar to the old way. No unified file is produced this way.

[#1463]: https://github.com/CosmWasm/cosmwasm/pull/1463

### Changed

- all: Bump a few dependency versions to make the codebase compile with
`-Zminimal-versions` ([#1465]).
- cosmwasm-profiler: Package was removed 🪦. It served its job showing us that we
cannot properly measure different runtimes for differet Wasm opcodes.
- cosmwasm-profiler: Package was removed 🪦. It served its job showing us that
we cannot properly measure different runtimes for differet Wasm opcodes.

[#1465]: https://github.com/CosmWasm/cosmwasm/pull/1465

Expand Down

0 comments on commit 10bad92

Please sign in to comment.