From d9792378ad504b4d7e88250f9fcaec5068183757 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Thu, 2 Dec 2021 11:27:53 +0700 Subject: [PATCH] update the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9306f4d202a9..d713c2d80d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog ##### Unreleased +- Extension of the API, [#1012](https://github.com/zloirock/core-js/issues/1012) + - Added a new `core-js/actual/**` namespace + - Added entry points for each finished post-ES6 proposal - Added NodeJS 17.2 compat data mapping ##### 3.19.2 - 2021.11.29