Skip to content

Commit a6f2dd3

Browse files
committed
Update changelog for 0.6.0
1 parent b56815a commit a6f2dd3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.6.0] - unreleased
4+
- Updated dependency: `pwasm` to 0.40.2.
5+
[[#145](https://github.com/wasmx/wasm-chisel/pull/145),
6+
[#157](https://github.com/wasmx/wasm-chisel/pull/157)]
7+
- Update dependency: `binaryen` to 0.9.0.
8+
[[#194](https://github.com/wasmx/wasm-chisel/pull/194)]
9+
- Removed module: `fromwat`. [[#185](https://github.com/wasmx/wasm-chisel/pull/185)]
10+
- New module: `binaryenopt`. [[#61](https://github.com/wasmx/wasm-chisel/pull/61)]
11+
- Bubble up errors in `remapimports` and `verifyimports`.
12+
[[#190](https://github.com/wasmx/wasm-chisel/pull/190)]
13+
- Rewritten CLI. It also supports UNIX-style commandline mode without a configuration file.
14+
315
## [0.5.0] - 2019-07-25
416
- New module: `remapstart`. [[#107](https://github.com/wasmx/wasm-chisel/pull/107)]
517
- New module: `dropsection`. [[#72](https://github.com/wasmx/wasm-chisel/pull/72)]

0 commit comments

Comments
 (0)