From 74fcf3c01ba50d63428428811d5324c5f31f3240 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 13 Sep 2019 11:37:06 -0700 Subject: [PATCH] Add changelog entry. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4672f8d701b..ad90333f3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Blocks of changes will separated by version increments. ## **[Unreleased]** +- [#786](https://github.com/wasmerio/wasmer/pull/786) In the LLVM backend, lower atomic wasm operations to atomic machine instructions. + ## 0.7.0 - 2019-09-12 Special thanks to @YaronWittenstein @penberg for their contributions.