From 94d8c88c85879795e67c5c9d789485ce07096647 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 4 May 2023 14:22:18 +0200 Subject: [PATCH] Add missing CLDR update entry. --- pkgs/intl/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 0391bcdb..b4f8f640 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,12 +1,13 @@ ## 0.19.0-dev -* Add `tryParse` to NumberFormat -* Add `tryParse` `tryParseStrict` `tryParseLoose` `tryParseUtc` to DateFormat + * Add `tryParse` to NumberFormat. + * Add `tryParse` `tryParseStrict` `tryParseLoose` `tryParseUtc` to DateFormat. ## 0.18.1 * Update ruble sign and update corresponding test. * Remove unimplemented timezone functionality. * Update git path in pubspec. + * Update to CLDR v42. ## 0.18.0 * Add support for `minimumSignificantDigits` / `maximumSignificantDigits` in