From 06c8c207424ca725a731f2119b8f9238108ce4d8 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Wed, 8 Dec 2021 23:45:40 +0700 Subject: [PATCH] update the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7326233e3028..1c8587039fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog ##### Unreleased -- Nothing +- Added a workaround of most cases breakage modern `String#at` after loading obsolete `String#at` proposal module, [#1019](https://github.com/zloirock/core-js/issues/1019) ##### 3.19.3 - 2021.12.06 - Fixed internal slots check in methods of some built-in types, [#1017](https://github.com/zloirock/core-js/issues/1017)