From 9ffb395f963d7e87fb2b976d8bbd3dcf26b5ffaf Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Thu, 23 Dec 2021 01:55:13 +0700 Subject: [PATCH] add a clarification --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff3a1c3d455..299acace330f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog ##### Unreleased -- Fixed the order of calling reactions of fulfilled / rejected promises in `Promise.prototype.then`, [#1026](https://github.com/zloirock/core-js/issues/1026) +- Fixed the order of calling reactions of already fulfilled / rejected promises in `Promise.prototype.then`, [#1026](https://github.com/zloirock/core-js/issues/1026) - Fixed some missed dependencies of entries - Added Deno 1.18 compat data mapping