Skip to content

Commit

Permalink
add Opera Android 82 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 9, 2024
1 parent 6ce0c86 commit 61abd15
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 @@ -12,6 +12,7 @@
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as supported [from FF 126](https://bugzilla.mozilla.org/show_bug.cgi?id=1887611)
- `URL.canParse` fixed and marked as supported [from Bun 1.1.0](https://github.com/oven-sh/bun/pull/9710)
- [New `Set` methods](https://github.com/tc39/proposal-set-methods) fixed in JavaScriptCore and marked as supported from Bun 1.1.1
- Added Opera Android 82 compat data mapping

##### [3.36.1 - 2024.03.19](https://github.com/zloirock/core-js/releases/tag/v3.36.1)
- Changes [v3.36.0...v3.36.1](https://github.com/zloirock/core-js/compare/v3.36.0...v3.36.1)
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 @@ -251,6 +251,7 @@ export default {
[119, 79],
[120, 80],
[122, 81],
[123, 82],
],
// 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 61abd15

Please sign in to comment.