From 2a899d50540eb6851427555f204612b67aab15cf Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Fri, 24 Dec 2021 07:31:09 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786be7f2ff4..2419ee77b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ _2021-12-24_ ### Features -- Only resolve this.load once the code of the module is available (#4296) - Mark additional string prototype methods as side-effect-free and correct typings of existing ones (#4299) - Mark additional array prototype methods as side-effect-free and correct typings of existing ones (#4309) - Expose if a module is included after tree-shaking in its ModuleInfo (#4305)