Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: CHANGELOG.md

Issue 1295233002: tweak CHANGELOG (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e4a6ad4b2b8b2cf5b5e34887160a927490a90a8..c51666e6d0f1d8f037efb99b248f1be9572a7d34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698