From e724a969685be94e16af5c22a1b33d182b8b937e Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Mon, 11 Jul 2022 22:52:14 +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 f79b8f2634e6..e53ead121bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog ##### Unreleased -- Nothing +- Added compat data for Bun, [#1103](https://github.com/zloirock/core-js/issues/1103) ##### [3.23.4 - 2022.07.10](https://github.com/zloirock/core-js/releases/tag/v3.23.4) - Added a workaround of the Bun ~ 0.1.1 [bug](https://github.com/Jarred-Sumner/bun/issues/399) that define some globals with incorrect property descriptors and that causes a crash of `core-js`