Skip to content

Commit d63b35c

Browse files
committedJul 29, 2021
update the changelog
1 parent 9cd5c0b commit d63b35c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Fixed crashing of `Object.create(null)` on WSH, [#966](https://github.com/zloirock/core-js/issues/966)
1212
- Fixed some cases of typed arrays subclassing logic
1313
- Fixed a minor bug related to string conversion in `RegExp#exec`
14-
- Fixed `Date.prototype.getYear` feature detection and compat data for IE8-
14+
- Fixed `Date.prototype.getYear` feature detection
1515
- Some minor optimizations and refactoring
1616
- Deno:
1717
- Added Deno support (sure, after bundling since Deno does not support CommonJS)
@@ -23,6 +23,7 @@
2323
- Samsung Internet up to 15.0
2424
- Opera Android up to 64
2525
- `Object.hasOwn` marked as supported from [V8 9.3](https://chromestatus.com/feature/5662263404920832) and [FF92](https://bugzilla.mozilla.org/show_bug.cgi?id=1721149)
26+
- `Date.prototype.getYear` marked as not supported in IE8-
2627
- Added `summary` option to `core-js-builder`, see more info in the [`README`](https://github.com/zloirock/core-js/blob/master/packages/core-js-builder/README.md), [#910](https://github.com/zloirock/core-js/issues/910)
2728

2829
##### 3.15.2 - 2021.06.29

0 commit comments

Comments
 (0)
Please sign in to comment.