diff --git a/CHANGELOG.md b/CHANGELOG.md index a60498d79b1a..45aa7f6b9b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,11 @@ - Fixed a bug in the order of getting flags in `RegExp.prototype.flags` in the actual version of V8 - Fixed property descriptors of some `Math` and `Number` constants - Added detection of NodeJS [bug](https://github.com/nodejs/node/issues/41038) in `structuredClone` that can not clone `DOMException` (just in case for future versions that will fix other issues) -- Added NodeJS 18.3 compat data mapping -- Added and fixed Deno 1.22 and 1.21 compat data mapping -- Added Opera Android 69 compat data mapping -- Updated Electron 20.0 compat data mapping +- Compat data: + - Added NodeJS 18.3 compat data mapping + - Added and fixed Deno 1.22 and 1.21 compat data mapping + - Added Opera Android 69 compat data mapping + - Updated Electron 20.0 compat data mapping ##### [3.22.8 - 2022.06.02](https://github.com/zloirock/core-js/releases/tag/v3.22.8) - Fixed possible multiple call of `ToBigInt` / `ToNumber` conversion of the argument passed to `%TypedArray%.prototype.fill` in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18