From 2c0fb8c513b3534576383d250c593a9bd28347e3 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 22 Nov 2022 23:41:49 -0600 Subject: Remove equirecursive typing (#5240) Equirecursive is no longer standards track and its implementation is extremely complex. Remove it. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 0072b18d0..1fe30bdff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ Current Trunk ------------- - The isorecursive WasmGC type system (i.e. --hybrid) is now the default to - match the spec. + match the spec and the old default equirecursive (i.e. --structural) system + has been removed. v111 ---- -- cgit v1.2.3