Removing unnecessary entry according to https://github.com/dart-lang/sdk/issues/26157

R=iposva@google.com

Review URL: https://codereview.chromium.org/1848933003 .
This commit is contained in:
Regis Crelier 2016-04-01 08:20:50 -07:00
parent 9c9b5e2f2f
commit 786623ee61

View file

@ -2,9 +2,6 @@
### Core library changes
* `dart:core`
* Fixed DateTime implementation in the VM (issue #19923), but no API change.
* `dart:io`
* Added `SecurityContext.alpnSupported`, which is true if a platform
supports ALPN, and false otherwise.