diff options
author | Thomas Lively <tlively@google.com> | 2023-04-17 09:57:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 09:57:05 -0700 |
commit | addbc66ff7a42ed3b94c05e188db936b36968c9f (patch) | |
tree | a3d151ac09209899f493fefa14654c29e8916e8e /CHANGELOG.md | |
parent | cbe637f6c1517c9fb501453ba3774e73f12489d8 (diff) | |
download | binaryen-addbc66ff7a42ed3b94c05e188db936b36968c9f.tar.gz binaryen-addbc66ff7a42ed3b94c05e188db936b36968c9f.tar.bz2 binaryen-addbc66ff7a42ed3b94c05e188db936b36968c9f.zip |
Remove the nominal type system (#5672)
And since the only type system left is the standard isorecursive type system,
remove `TypeSystem` and its associated APIs entirely. Delete a few tests that
only made sense under the isorecursive type system.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d76ec92..6bad6aa3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,9 @@ Current Trunk - Some C and JS API functions now refer to data and element segments by name instead of index. -- The --nominal and --hybrid command line options have been removed. The only - supported type system is now the standard isorecursive (i.e. hybrid) type - system. +- The --nominal and --hybrid command line options and related API functions have + been removed. The only supported type system is now the standard isorecursive + (i.e. hybrid) type system. v112 ---- |