From c47f4bcf6da2e83f67151723c97d76061f98a5e1 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 12 Sep 2019 16:38:03 -0700 Subject: [PATCH] Add changelog entry for #783. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b74d52d..729ffd932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Blocks of changes will separated by version increments. ## **[Unreleased]** +- [#783](https://github.com/wasmerio/wasmer/pull/783) Remove memory_base and memory_bound from InternalCtx. - [#809](https://github.com/wasmerio/wasmer/pull/809) Fix bugs leading to panics in `LocalBacking`. - [#822](https://github.com/wasmerio/wasmer/pull/822) Update Cranelift fork version to `0.43.1` - [#829](https://github.com/wasmerio/wasmer/pull/829) Fix deps on `make bench-*` commands; benchmarks don't compile other backends now @@ -20,6 +21,12 @@ Blocks of changes will separated by version increments. - [#785](https://github.com/wasmerio/wasmer/pull/785) Include Apache license file for spectests. - [#786](https://github.com/wasmerio/wasmer/pull/786) In the LLVM backend, lower atomic wasm operations to atomic machine instructions. - [#784](https://github.com/wasmerio/wasmer/pull/784) Fix help string for wasmer run. +- [#783](https://github.com/wasmerio/wasmer/pull/783) Remove memory_base and memory_bound from InternalCtx. +- [#790](https://github.com/wasmerio/wasmer/pull/790) Fix flaky test failure with LLVM, switch to large code model. +- [#788](https://github.com/wasmerio/wasmer/pull/788) Use union merge on the changelog file. +- [#785](https://github.com/wasmerio/wasmer/pull/785) Include Apache license file for spectests. +- [#786](https://github.com/wasmerio/wasmer/pull/786) In the LLVM backend, lower atomic wasm operations to atomic machine instructions. +- [#784](https://github.com/wasmerio/wasmer/pull/784) Fix help string for wasmer run. ## 0.7.0 - 2019-09-12