Skip to content

Commit 7fd4b48

Browse files
committed
fix wording
1 parent 63b7e18 commit 7fd4b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22
##### Unreleased
3-
- [`{ Map, Set, WeakMap, WeakSet }.{ from, of }`](https://github.com/tc39/proposal-setmap-offrom) became non-generic, following [this](https://github.com/tc39/proposal-setmap-offrom/issues/16#issuecomment-1843346541) and some other notes. Now they can be invoked without `this`, but no longer return subclasses
3+
- [`{ Map, Set, WeakMap, WeakSet }.{ from, of }`](https://github.com/tc39/proposal-setmap-offrom) became non-generic, following [this](https://github.com/tc39/proposal-setmap-offrom/issues/16#issuecomment-1843346541) and some other notes. Now they can be invoked without `this`, but no longer return subclass instances
44
- Fixed handling some cases of non-enumerable symbol keys from `Symbol` polyfill
55
- Removed unneeded NodeJS domains-related logic from `queueMicrotask` polyfill
66
- Fixed subclassing of wrapped `ArrayBuffer`

0 commit comments

Comments
 (0)