1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

Update CHANGELOG.md

Added note about dart:developer VM service protocol extensions
This commit is contained in:
John McCutchan 2015-11-03 06:04:57 -08:00
parent dff4cc11d7
commit c34b23ccfe

View File

@ -33,6 +33,7 @@
* `dart:developer` * `dart:developer`
* Added `Timeline` class for interacting with Observatory's timeline feature. * Added `Timeline` class for interacting with Observatory's timeline feature.
* Added `ServiceExtensionHandler`, `ServiceExtensionResponse`, and `registerExtension` which enable developers to provide their own VM service protocol extensions.
* `dart:io` * `dart:io`
* **Breaking:** Secure networking has changed, replacing the NSS library * **Breaking:** Secure networking has changed, replacing the NSS library