Skip to content

Commit

Permalink
Intl.Segmenter to stage 4, per 2021.10.25 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 25, 2021
1 parent b8ce6ae commit 24bdab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ecma402/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This list contains only stage 1 proposals and higher that have not yet been with

| Proposal | Author | Champion | <sub>Last Presented</sub> |
| ---------------------------------------------------------------------- | -------------------------------- | -------------------------------- | ----------------------------------------------------- |
| [`Intl.Segmenter`: Unicode Segmentation in JavaScript][intl-segmenter] | Daniel Ehrenberg, Richard Gibson | Richard Gibson | [July&nbsp;2020][intl-segmenter-notes] |
| [`Intl Locale Info`][intl-locale-info] | Frank Tang | Frank Tang | [April&nbsp;2021][intl-locale-info-notes] |
| [`Intl.DisplayNames v2`][intl.displaynames-v2] | Frank Tang | Frank Tang | May&nbsp;2021 |
| [Extend TimeZoneName Option Proposal][extend-timezonename] | FrankYFTang | FrankYFTang | May&nbsp;2021 |
Expand Down Expand Up @@ -49,8 +48,6 @@ Proposals that are Stage 1 and above must be transferred to [the TC39 GitHub org

Note that as part of the onboarding process your repository name may be normalized. Don't worry, repo redirects will continue to work **as long as** you never create a fork, or a new repository, with the same name - although Github Pages redirects will be broken (please update your links!).

[intl-segmenter]: https://github.com/tc39/proposal-intl-segmenter
[intl-segmenter-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-07/july-21.md#intlsegmenter-for-stage-3
[intl.durationformat]: https://github.com/tc39/proposal-intl-duration-format
[intl.durationformat-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-02/february-6.md#time-duration-format-proposal-for-stage-1
[intl-v3]: https://github.com/tc39/proposal-intl-numberformat-v3
Expand Down
3 changes: 3 additions & 0 deletions ecma402/finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [`DateTimeFormat` `dateStyle` & `timeStyle`][datetimeformat] | Zibi Braniecki | Zibi Braniecki | [July 2020][datetimeformat-notes] | 2021 |
| [Intl.DisplayNames][proposal-intl-displaynames] | Frank Tang | Frank Tang | [September 2020][proposal-intl-displaynames-notes] | 2021 |
| [`Intl.DateFormat.prototype.formatRange`][formatrange] | Felipe Balbontín | Sathya Gunasekaran | January&nbsp;2021 | 2021 |
| [`Intl.Segmenter`: Unicode Segmentation in JavaScript][intl-segmenter] | Daniel Ehrenberg, Richard Gibson | Richard Gibson | October&nbsp;2021 | 2022 |

See also the [stage 0 proposals](stage-0-proposals.md), and [active proposals](README.md) documents.

Expand All @@ -37,3 +38,5 @@ See also the [stage 0 proposals](stage-0-proposals.md), and [active proposals](R
[proposal-intl-displaynames-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-09/sept-22.md#intldisplaynames-for-stage-4
[formatrange]: https://github.com/tc39/proposal-intl-DateTimeFormat-formatRange
[formatrange-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-03/mar-26.md#intldatetimeformatprototypeformatrange-for-stage-3
[intl-segmenter]: https://github.com/tc39/proposal-intl-segmenter
[intl-segmenter-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-07/july-21.md#intlsegmenter-for-stage-3

0 comments on commit 24bdab7

Please sign in to comment.