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

Commit

Permalink
Prepare to release intl null safety
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 338066278
  • Loading branch information
kevmoo committed Oct 20, 2020
1 parent 0172d85 commit 6e8fc59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
## 0.17.0-nullsafety-dev
## 0.17.0-nullsafety

* Migrate to null safety.
* Add `@pragma('vm:prefer-inline')` to `Intl` methods that already have
* Migrate to null safety.
* Add `@pragma('vm:prefer-inline')` to `Intl` methods that already have
`@pragma('dart2js:tryInline')`, for the same reason: to help omit message
descriptions from compiled output.

## 0.17.0
* **Breaking Change** [#123][]: Fix parsing of two-digit years to match the
documented behavior. Previously a two-digit year would be parsed to a value
in the range [0, 99]. Now it is parsed relative to the current date,
Expand All @@ -18,7 +16,7 @@
## 0.16.2
* Fix bug with dates in January being treated as ordinal. e.g. 2020-01-32 would
be accepted as valid and the day treated as day-of-year.
* Compact currency formats will avoid displaying unecessary trailing zeros
* Compact currency formats will avoid displaying unnecessary trailing zeros
in compact formats for currencies which specify decimal places.

## 0.16.1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: intl
version: 0.17.0-nullsafety-dev
version: 0.17.0-nullsafety
homepage: https://github.com/dart-lang/intl
description: >-
Contains code to deal with internationalized/localized messages, date and
Expand Down

0 comments on commit 6e8fc59

Please sign in to comment.