Skip to content

Commit

Permalink
update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 24, 2022
1 parent 69cacde commit 1e114f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
## Changelog
##### Unreleased
- Polyfill `Promise` with `unhandledrejection` event support (browser style) in Deno < [1.24](https://github.com/denoland/deno/releases/tag/v1.24.0)
- Added compat data for Bun, [#1103](https://github.com/zloirock/core-js/issues/1103)
- Added compat data for Hermes, [#1099](https://github.com/zloirock/core-js/issues/1099)
- Added compat data for Oculus Browser, [#1098](https://github.com/zloirock/core-js/issues/1098)

Expand Down
4 changes: 2 additions & 2 deletions tests/compat-tools/targets-parser.mjs
Expand Up @@ -25,7 +25,7 @@ deepStrictEqual(targetsParser({ browsers: 'ie 11, chrome 56, ios_saf 12.2' }), n

deepStrictEqual(targetsParser({ esmodules: true }), new Map([
['android', '61'],
['bun', '0.1'],
['bun', '0.1.1'],
['chrome', '61'],
['deno', '1.0'],
['edge', '16'],
Expand Down Expand Up @@ -79,7 +79,7 @@ deepStrictEqual(targetsParser({
random: 42,
}), new Map([
['android', '4.2'],
['bun', '0.1'],
['bun', '0.1.1'],
['chrome', '56'],
['deno', '1.0'],
['edge', '13'],
Expand Down

0 comments on commit 1e114f9

Please sign in to comment.