diff options
author | Alon Zakai <azakai@google.com> | 2021-01-09 20:40:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 12:40:32 -0800 |
commit | ed2095427e6b6962730fa323eba5f9cff51bdac7 (patch) | |
tree | a3082ee904b29f4779c52da636f6481bc49ff387 /CHANGELOG.md | |
parent | d7e9150e38f14c7ca083fe48bf1f49ab77cfc794 (diff) | |
download | binaryen-ed2095427e6b6962730fa323eba5f9cff51bdac7.tar.gz binaryen-ed2095427e6b6962730fa323eba5f9cff51bdac7.tar.bz2 binaryen-ed2095427e6b6962730fa323eba5f9cff51bdac7.zip |
version_99 (#3478)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce017cfc3..b35ff9b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ full changeset diff at the end of each section. Current Trunk ------------- +v99 +--- + - `RefFunc` C and JS API constructors (`BinaryenRefFunc` and `ref.func` respectively) now take an extra `type` parameter, similar to `RefNull`. This is necessary for typed function references support. |