Skip to content

Commit 1bb8d08

Browse files
committedApr 16, 2024·
update the changelog
1 parent a7f8abf commit 1bb8d08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
- Added `es.` namespace modules, `/es/` and `/stable/` namespaces entries
1414
- [Explicit Resource Management stage 3 proposal](https://github.com/tc39/proposal-explicit-resource-management)
1515
- Some minor updates like [explicit-resource-management/217](https://github.com/tc39/proposal-explicit-resource-management/pull/217)
16-
- Added [`Math.sumPrecise`](https://github.com/tc39/proposal-math-sum/) stage 2.7 proposal
16+
- Added [`Math.sumPrecise` stage 2.7 proposal](https://github.com/tc39/proposal-math-sum/):
1717
- Built-ins:
1818
- `Math.sumPrecise`
1919
- [`Promise.try`](https://github.com/tc39/proposal-promise-try):
2020
- Built-ins:
2121
- `Promise.try`
2222
- Added optional arguments support, [promise-try/16](https://github.com/tc39/proposal-promise-try/pull/16)
2323
- Moved to stage 2.7, [April 2024 TC39 meeting](https://github.com/tc39/proposals/commit/301fc9c7eef2344d2b443f32a9c24ecd5fbdbec0)
24-
- [`RegExp.escape` stage 2 proposal](https://github.com/tc39/proposal-regex-escaping)
24+
- [`RegExp.escape` stage 2 proposal](https://github.com/tc39/proposal-regex-escaping):
2525
- Moved to hex-escape semantics, [regex-escaping/67](https://github.com/tc39/proposal-regex-escaping/pull/67)
2626
- It's not the final change of the way of escaping, waiting for [regex-escaping/77](https://github.com/tc39/proposal-regex-escaping/pull/77) soon
2727
- [Pattern matching stage 1 proposal](https://github.com/tc39/proposal-pattern-matching):
2828
- Built-ins:
2929
- `Symbol.customMatcher`
3030
- Once again, [the used well-known symbol was renamed](https://github.com/tc39/proposal-pattern-matching/pull/295)
3131
- Added new entries for that
32-
- [Extractors stage 1 proposal](https://github.com/tc39/proposal-extractors):
32+
- Added [Extractors stage 1 proposal](https://github.com/tc39/proposal-extractors):
3333
- Built-ins:
3434
- `Symbol.customMatcher`
3535
- Since the `Symbol.customMatcher` well-known symbol from the pattern matching proposal is also used in the exactors proposal, added an entry also for this proposal

0 commit comments

Comments
 (0)
Please sign in to comment.