tweak CHANGELOG

BUG=
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1295233002 .
This commit is contained in:
Seth Ladd 2015-08-17 16:30:20 -07:00
parent 6d6a6a49b6
commit e6423fa5eb

View file

@ -48,25 +48,11 @@
* `dart:mirrors`
* `InstanceMirror.delegate` moved up to `ObjectMirror`.
* Fix InstanceMirror.getField optimization when the selector is an operator.
* Fix reflective NoSuchMethodErrors to match their non-reflective counterparts when due
to argument mismatches.
* Fix reflective NoSuchMethodErrors to match their non-reflective
counterparts when due to argument mismatches. (VM only)
* `dart:developer`
* New `log` function to transmit logging events to Observatory.
* Observatory
* Allocation profiling.
* New feature to display output from logging.
* Heap snapshot analysis works for 64-bit VMs.
* Improved ability to inspect typed data, regex and compiled code.
* Ability to break on all or uncaught exceptions from Observatory's debugger.
* Ability to set closure-specific breakpoints.
* 'anext' - step past await/yield.
* Preserve when a variable has been expanded/unexpanded in the debugger.
* Keep focus on debugger input box whenever possible.
* Echo stdout/stderr in the Observatory debugger. Standalone-only so far.
* Minor fixes to service protocol documentation.
### Tool changes
@ -142,6 +128,19 @@
* Optimized line splitter is much faster and produces better output on
complex code.
* Observatory
* Allocation profiling.
* New feature to display output from logging.
* Heap snapshot analysis works for 64-bit VMs.
* Improved ability to inspect typed data, regex and compiled code.
* Ability to break on all or uncaught exceptions from Observatory's debugger.
* Ability to set closure-specific breakpoints.
* 'anext' - step past await/yield.
* Preserve when a variable has been expanded/unexpanded in the debugger.
* Keep focus on debugger input box whenever possible.
* Echo stdout/stderr in the Observatory debugger. Standalone-only so far.
* Minor fixes to service protocol documentation.
### VM Service Protocol Changes
* **BREAKING** The service protocol now sends JSON-RPC 2.0-compatible