From 71769d8124cfdd32df7ded8ef9bb773bccee24b7 Mon Sep 17 00:00:00 2001 From: Shane Date: Wed, 18 Jul 2018 07:24:29 +0000 Subject: [PATCH] Adding reference to tc39/ecma402#244 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29a3c17..bf38213 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Intl.NumberFormat Unified API Proposal There are many requests for adding number-formatting-related features to ECMA-402 (the JavaScript Intl standard library). These include: - [Expose narrow currency symbol](https://github.com/tc39/ecma402/issues/200) -- Section I +- [Clarification on behavior of SetNumberFormatDigitOptions](https://github.com/tc39/ecma402/issues/244) -- Section I - [Add measure unit formatting](https://github.com/tc39/ecma402/issues/32) -- Section II - [Add compact decimal notation](https://github.com/tc39/ecma402/issues/37) -- Section III - [Add scientific notation](https://github.com/tc39/ecma402/issues/164) -- Section III