summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2019-07-24 14:16:38 -0700
committerGitHub <noreply@github.com>2019-07-24 14:16:38 -0700
commiteb6edf286d65fa791373735f87beb578c6cc27c7 (patch)
tree1be829623dc167154be90a509a5bb2f52a5d952c
parent407a0ad4adead4a44f8a4421187e840bb9e37d21 (diff)
downloadbinaryen-eb6edf286d65fa791373735f87beb578c6cc27c7.tar.gz
binaryen-eb6edf286d65fa791373735f87beb578c6cc27c7.tar.bz2
binaryen-eb6edf286d65fa791373735f87beb578c6cc27c7.zip
Add tail-call to the change log (#2253)
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90ee35680..570127363 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,8 @@ Current Trunk
- wasm-emscripten-finalize: For -pie binaries that import a mutable stack
pointer we internalize this an import it as immutable.
+- The `tail-call` feature including the `return_call` and `return_call_indirect`
+ instructions is ready to use.
v86
---