summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2022-11-18 07:29:40 -0800
committerGitHub <noreply@github.com>2022-11-18 07:29:40 -0800
commit66214bcaf00aecb4bb00af3fec3b59e717ad7927 (patch)
treeb94b93d844661e0599da9febf5f710e18346bbd2 /CHANGELOG.md
parentff321938a450470a212dbe2add22eb3b8f9e7130 (diff)
downloadbinaryen-66214bcaf00aecb4bb00af3fec3b59e717ad7927.tar.gz
binaryen-66214bcaf00aecb4bb00af3fec3b59e717ad7927.tar.bz2
binaryen-66214bcaf00aecb4bb00af3fec3b59e717ad7927.zip
Release 111 (#5264)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c01e0aa0..b55e9ccf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,9 @@ full changeset diff at the end of each section.
Current Trunk
-------------
+v111
+----
+
- Add extra `memory64` argument for `BinaryenSetMemory` and new
`BinaryenMemoryIs64` C-API method to determine 64-bit memory. (#4963)
- `TypeBuilderSetSubType` now takes a supertype as the second argument.