From a1431f82d6df035a0f5bfa640fede3fa32c6a12b Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 7 Dec 2023 14:00:59 +0100 Subject: [PATCH] Switch changelog entries --- pkgs/intl/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index b9e45f74..88607b6f 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,8 +1,9 @@ ## 0.19.0 + * Update to CLDR v44. + * Update to CLDR v43. * Add `tryParse` to NumberFormat. * Add `tryParse` `tryParseStrict` `tryParseLoose` `tryParseUtc` to DateFormat. * Add fallback for deprecated locales, such as `he` <-> `iw`. - * Update to CLDR v43. * Switch QAR currency name to Riyal. * Add license headers to some files. * Update CVE currency symbol. @@ -10,7 +11,6 @@ * Switch to `3.0.0` SDK. * Fix issue [#483](https://github.com/dart-lang/i18n/issues/483) about date parsing with a `yy` skeleton. * Extract `NumberParserBase` abstract class - * Update to CLDR v44. ## 0.18.1 * Update ruble sign and update corresponding test.