Skip to content

Commit

Permalink
add iOS Safari 15.4 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 28, 2022
1 parent cbbad2e commit 1209b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##### Unreleased
- Added Rhino 1.7.14 compat data
- Added Deno 1.19 compat data mapping
- Added iOS Safari 15.3 compat data mapping
- Added iOS Safari 15.3 and 15.4 compat data mapping

##### 3.20.3 - 2022.01.15
- Detects and replaces broken third-party `Function#bind` polyfills, uses only native `Function#bind` in the internals
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 @@ -199,6 +199,7 @@ export default {
['15.1', '15.1'],
['15.2', '15.2'],
['15.3', '15.3'],
['15.4', '15.4'],
],
SafariToPhantom: [
['4.1', '1.9'],
Expand Down

0 comments on commit 1209b78

Please sign in to comment.