Update changelog for SecurityContext.alpnSupported

fixes #26157

R=kevmoo@google.com

Review URL: https://codereview.chromium.org/1850913002 .
This commit is contained in:
Zachary Anderson 2016-04-01 07:49:09 -07:00
parent b1eb8859a5
commit 9c9b5e2f2f

View file

@ -5,6 +5,10 @@
* `dart:core` * `dart:core`
* Fixed DateTime implementation in the VM (issue #19923), but no API change. * 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.
### Analyzer ### Analyzer
* Static checking of `for in` statements. These will now produce static * Static checking of `for in` statements. These will now produce static