From ddcc9b90db89f34658283902f5b5ddf2af0fa4f6 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 14 Jan 2020 23:06:07 +0000 Subject: [PATCH] Update changelog for 0.6.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253ce43..3da8d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.6.0] - unreleased +- Updated dependency: `pwasm` to 0.40.2. + [[#145](https://github.com/wasmx/wasm-chisel/pull/145), + [#157](https://github.com/wasmx/wasm-chisel/pull/157)] +- Removed module: `fromwat`. [[#186](https://github.com/wasmx/wasm-chisel/pull/186)] +- New module: `binaryenopt`. [[#61](https://github.com/wasmx/wasm-chisel/pull/61)] +- Bubble up errors in `remapimports` and `verifyimports`. + [[#190](https://github.com/wasmx/wasm-chisel/pull/190)] +- Rewritten CLI. It also supports UNIX-style commandline mode without a configuration file. + ## [0.5.0] - 2019-07-25 - New module: `remapstart`. [[#107](https://github.com/wasmx/wasm-chisel/pull/107)] - New module: `dropsection`. [[#72](https://github.com/wasmx/wasm-chisel/pull/72)]