Update CHANGELOG.md with Random.secure for 1.14.

R=sethladd@google.com

Review URL: https://codereview.chromium.org/1416683002 .
This commit is contained in:
Regis Crelier 2015-10-19 13:03:05 -07:00
parent d5830fb6a3
commit a604838e22

View file

@ -1,3 +1,11 @@
## 1.14.0
### Core library changes
* `dart:math`
* `Random` added a `secure` constructor returning a cryptographically secure
random generator which reads from the entropy source provided by the
embedder for every generated random value.
## 1.13.0
### Core library changes