From 18cb22b77f6a040aa6755f98cb68f6b11bb82372 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Fri, 7 Jan 2022 09:37:58 +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 38ceab7d8fc1..b79123b3cefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog ##### Unreleased -- Detects and replaces broken third-party `Function#bind` polyfills +- Detects and replaces broken third-party `Function#bind` polyfills, uses only native `Function#bind` in the internals ##### 3.20.2 - 2022.01.02 - Added a fix of [a V8 ~ Chrome 36- `Object.{ defineProperty, defineProperties }` bug](https://bugs.chromium.org/p/v8/issues/detail?id=3334), [Babel issue](https://github.com/babel/babel/issues/14056)