summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2023-09-14 10:41:15 -0700
committerGitHub <noreply@github.com>2023-09-14 10:41:15 -0700
commit11dba9b1c2ad988500b329727f39f4d8786918c5 (patch)
tree50dbc470afbaf910db5e5ba2be96db7dbec46cc7 /CHANGELOG.md
parent183d4b0385ba97cdf607743ae2b6e1a7453ef33e (diff)
downloadbinaryen-11dba9b1c2ad988500b329727f39f4d8786918c5.tar.gz
binaryen-11dba9b1c2ad988500b329727f39f4d8786918c5.tar.bz2
binaryen-11dba9b1c2ad988500b329727f39f4d8786918c5.zip
Prepare to release Version 116 (#5940)
The important included change is the switch to default GC opcodes.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80fefc4c2..7185db7b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,9 +15,13 @@ full changeset diff at the end of each section.
Current Trunk
-------------
+v116
+----
+
- "I31New" changed to "RefI31" everywhere it appears in the C API and similarly
"i31.new" has been replaced with "ref.i31" in the JS API and in printed
- output.
+ output (#5930, #3931).
+ - The standard WasmGC opcodes are now on by default (#5873).
v115
----