Skip to content

Commit

Permalink
add iOS Safari 15.6 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 26, 2022
1 parent ae23b5a commit 85b8998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog
##### Unreleased
- Fixed detection of `@@species` support in `Promise` in some old engines
- Added iOS Safari 15.6 compat data mapping

##### [3.24.0 - 2022.07.25](https://github.com/zloirock/core-js/releases/tag/v3.24.0)
- Recent updates of the [iterator helpers proposal](https://github.com/tc39/proposal-iterator-helpers), [#1101](https://github.com/zloirock/core-js/issues/1101):
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export default {
['15.3', '15.3'],
['15.4', '15.4'],
['15.5', '15.5'],
['15.6', '15.6'],
],
SafariToPhantom: [
['4.1', '1.9'],
Expand Down

0 comments on commit 85b8998

Please sign in to comment.