Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 1f9815c

Browse files
committed
Rev version in preparation for publish of 0.18.0
1 parent 1d37c42 commit 1f9815c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## 0.17.1-dev
2-
1+
## 0.18.0
32
* Add support for `minimumSignificantDigits` / `maximumSignificantDigits` in
43
NumberFormat.
54
* Add support for plural in `NumberFormat.compact()` ('2 milliards').
@@ -12,6 +11,11 @@
1211
* Migrate to `package:lints/recommended.yaml`.
1312
* Remove some instances of dynamic types from the API.
1413
* Fix a bug caused by a typo in the plural rules calculation.
14+
* Unify `IntlStream` and `StringIterator` into `StringStack`.
15+
* Update to CLDR v41.
16+
* Add new locales: as, bm, en_NZ, fur, mg, nyn.
17+
* Remove unimplemented `formatDuration` and `formatDurationFrom`.
18+
* Make `shortLocale` and `canonicalizedLocale` implementations smarter.
1519

1620
## 0.17.0
1721
* Migrate to null safety.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: intl
2-
version: 0.17.1-dev
2+
version: 0.18.0
33
description: >-
44
Contains code to deal with internationalized/localized messages, date and
55
number formatting and parsing, bi-directional text, and other

0 commit comments

Comments
 (0)