From b6ce74915194a4ba7ec80fcfdd5033118edf47c8 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 29 Jan 2019 15:49:16 -0700 Subject: [PATCH] Advance to stage 4 Closes #11. --- README.md | 2 +- spec.emu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 148a33b..cf48394 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A proposal to prevent `JSON.stringify` from returning ill-formed Unicode strings. ## Status -This proposal is at stage 3 of [the TC39 Process](https://tc39.github.io/process-document/). +This proposal is at stage 4 of [the TC39 Process](https://tc39.github.io/process-document/). ## Champions * Mathias Bynens diff --git a/spec.emu b/spec.emu index bccb0be..02a13d6 100644 --- a/spec.emu +++ b/spec.emu @@ -4,7 +4,7 @@
 title: Well-formed JSON.stringify
 status: proposal
-stage: 3
+stage: 4
 shortname: <a href="https://github.com/gibson042/ecma262-proposal-well-formed-stringify">proposal-well-formed-stringify</a>
 contributors: Richard Gibson