add changelog entry

This commit is contained in:
Mark McCaskey 2019-04-12 14:16:42 -07:00
parent a36ab1cd78
commit 5771c904f8
2 changed files with 4 additions and 4 deletions

View File

@ -5,6 +5,7 @@ All PRs to the Wasmer repository must add to this file.
Blocks of changes will separated by version increments.
## **[Unreleased]**
- [#355](https://github.com/wasmerio/wasmer/pull/355) Misc changes to `Cargo.toml`s for publishing
- [#352](https://github.com/wasmerio/wasmer/pull/352) Bump version numbers to 0.3.0
- [#351](https://github.com/wasmerio/wasmer/pull/351) Add hidden option to specify wasm program name (can be used to improve error messages)
- [#350](https://github.com/wasmerio/wasmer/pull/350) Enforce that CHANGELOG.md is updated through CI.

View File

@ -18,7 +18,6 @@ log = "0.4.6"
byteorder = "1.3.1"
[dependencies.zbox]
#git = "https://github.com/wasmerio/zbox"
#branch = "bundle-libsodium"
#features = ["libsodium-bundled"]
version = "0.6.1"
git = "https://github.com/wasmerio/zbox"
branch = "bundle-libsodium"
features = ["libsodium-bundled"]