Skip to content

Commit d220771

Browse files
committed
add Opera Android 74 compat data mapping
1 parent 5c09b8b commit d220771

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Changelog
22
##### Unreleased
33
- [`String.prototype.{ isWellFormed, toWellFormed }`](https://github.com/tc39/proposal-is-usv-string) marked as supported from V8 ~ Chrome 111
4+
- Added Opera Android 74 compat data mapping
45

56
##### [3.29.0 - 2023.02.27](https://github.com/zloirock/core-js/releases/tag/v3.29.0)
67
- Added `URLSearchParams.prototype.size` getter, [url/734](https://github.com/whatwg/url/pull/734)

packages/core-js-compat/src/mapping.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ export default {
216216
[104, 71],
217217
[106, 72],
218218
[108, 73],
219+
[109, 74],
219220
],
220221
// https://developer.oculus.com/documentation/web/browser-release-notes/
221222
// Need to find another data source since release notes are not available for new versions.

0 commit comments

Comments
 (0)