Update changelog for DateTime.microsecond support.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org/1510863003 .
This commit is contained in:
Florian Loitsch 2015-12-09 00:58:57 +01:00
parent baab9fe07e
commit 6bb8d76ce0

View file

@ -9,6 +9,9 @@
* Added `Uri.data` getter for `data:` URIs, and `UriData` class for the
return type.
* Added `growable` parameter to `List.filled` constructor.
* Added microsecond support to `DateTime`: `DateTime.microsecond`,
`DateTime.microsecondsSinceEpoch`, and
`new DateTime.fromMicrosecondsSinceEpoch`.
* `dart:math`
* `Random` added a `secure` constructor returning a cryptographically secure