Updated changelog to describe changes made to SecureSocket, SecurityContext, and X509Certificate.

BUG=
R=zra@google.com

Review-Url: https://codereview.chromium.org/2924133002 .
This commit is contained in:
Ben Konyi 2017-06-07 14:42:42 -07:00
parent 2deb32b29f
commit 9cf7ba4f84

View file

@ -6,6 +6,12 @@
### Core library changes
* `dart:io`
* Unified backends for `SecureSocket`, `SecurityContext`, and
`X509Certificate` to be consistent across all platforms. All
`SecureSocket`, `SecurityContext`, and `X509Certificate` properties and
methods are now supported on iOS and OSX.
### Dart VM
### Tool Changes