From 1c300785acc946603e8ee7d3c1c317f934cd0bf0 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Mon, 6 Dec 2021 12:35:54 +0700 Subject: [PATCH] update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc836a79454e..35812e078a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ##### Unreleased - Fixed internal slots check in methods of some built-in types, [#1017](https://github.com/zloirock/core-js/issues/1017) - Fixed `URLSearchParams` iterator `.next` that should be enumerable [by the spec](https://webidl.spec.whatwg.org/#es-iterator-prototype-object) +- Refactored `Subscription` - Added NodeJS 17.2 compat data mapping ##### 3.19.2 - 2021.11.29