Skip to content

Commit 65a85a4

Browse files
committedDec 15, 2021
update the changelog
1 parent cafe9ec commit 65a85a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
- Includes `DOMException#stack` property polyfill in engines that should have it
1010
- Reuses native `DOMException` implementations where it's possible (for example, in old NodeJS where it's not exposed as global)
1111
- Added [support of `cause` on all Error types](https://github.com/tc39/proposal-error-cause)
12-
- Added `Error.prototype.toString` polyfill with many different engines bugs fixes
13-
- Added `Number.prototype.toExponential` method polyfill with many different fixes for the most engines
12+
- Added `Error.prototype.toString` method polyfill with fixes of many different bugs of JS engines
13+
- Added `Number.prototype.toExponential` method polyfill with fixes of many different bugs of JS engines
1414
- [`Array` grouping proposal](https://github.com/tc39/proposal-array-grouping):
1515
- Moved to the stage 3
1616
- Added `Array.prototype.groupByToMap` method
@@ -27,7 +27,6 @@
2727
- Added `Iterator.prototype.toAsync` method from [the iterator helpers stage 2 proposal](https://github.com/tc39/proposal-iterator-helpers)
2828
- [`Array.fromAsync` proposal](https://github.com/tc39/proposal-array-from-async) moved to stage 2
2929
- Added [`String.cooked` stage 1 proposal](https://github.com/tc39/proposal-string-cooked):
30-
- `String.cooked`
3130
- Added [`Function.prototype.unThis` stage 0 proposal](https://github.com/js-choi/proposal-function-un-this)
3231
- Added [`Function.{ isCallable, isConstructor }` stage 0 proposal](https://github.com/caitp/TC39-Proposals/blob/trunk/tc39-reflect-isconstructor-iscallable.md):
3332
- `Function.isCallable`

0 commit comments

Comments
 (0)
Please sign in to comment.