Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 58003ecb9339968cb7c3610c028b64a9eb99c1cc..80be7f32e9c0f203b4f613be70796ebe89522574 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -6,6 +6,14 @@ |
| ### 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. |
| + * Removed `SecurityContext.alpnSupported` as ALPN is now supported on all |
|
zra
2017/06/07 21:38:19
Let's wait to add this part in the CL that removes
|
| + platforms. |
| + |
| ### Dart VM |
| ### Tool Changes |