Skip to content

Commit

Permalink
add Opera Android 86 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 25, 2024
1 parent 635faf3 commit b31455a
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
Expand Up @@ -15,6 +15,7 @@
- Fixed NodeJS version where `URL.parse` was added - 22.1 instead of 22.0
- Added [Deno 2.1](https://github.com/denoland/deno/releases/tag/v2.1.0) compat data mapping
- Added Electron 35 compat data mapping
- Added Opera Android 86 compat data mapping

##### [3.39.0 - 2024.10.31](https://github.com/zloirock/core-js/releases/tag/v3.39.0)
- Changes [v3.38.1...v3.39.0](https://github.com/zloirock/core-js/compare/v3.38.1...v3.39.0)
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 @@ -268,6 +268,7 @@ export default {
[126, 83],
[127, 84],
[129, 85],
[130, 86],
],
// https://developer.oculus.com/documentation/web/browser-release-notes/
// Need to find another data source since release notes are not available for new versions.
Expand Down

0 comments on commit b31455a

Please sign in to comment.