From b29fe0f38522abaeb706a857e0f0990b3a33b6da Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Tue, 13 Sep 2022 01:15:30 +0700 Subject: [PATCH] update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7ed6c8e832..61216bb469c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Changelog ##### Unreleased - Added `inverse` option to `core-js-compat`, [#1119](https://github.com/zloirock/core-js/issues/1119) +- Added `format` option to `core-js-builder`, [#1120](https://github.com/zloirock/core-js/issues/1120) ##### [3.25.5 - 2022.10.04](https://github.com/zloirock/core-js/releases/tag/v3.25.5) - Fixed regression with an error on reuse of some built-in methods from another realm, [#1133](https://github.com/zloirock/core-js/issues/1133)