Skip to content

Commit 1169140

Browse files
authored
Merge pull request #187 from wasmx/changelog
Update changelog for 0.6.0
2 parents b56815a + ddcc9b9 commit 1169140

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
- Removed module: `fromwat`. [[#186](https://github.com/wasmx/wasm-chisel/pull/186)]
8+
- New module: `binaryenopt`. [[#61](https://github.com/wasmx/wasm-chisel/pull/61)]
9+
- Bubble up errors in `remapimports` and `verifyimports`.
10+
[[#190](https://github.com/wasmx/wasm-chisel/pull/190)]
11+
- Rewritten CLI. It also supports UNIX-style commandline mode without a configuration file.
12+
313
## [0.5.0] - 2019-07-25
414
- New module: `remapstart`. [[#107](https://github.com/wasmx/wasm-chisel/pull/107)]
515
- New module: `dropsection`. [[#72](https://github.com/wasmx/wasm-chisel/pull/72)]

0 commit comments

Comments
 (0)