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

Unified Diff: CHANGELOG.md

Issue 1087163002: Update changelog.md with Isolate API and HtmlConvert changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update with bugfix revision. Created 5 years, 8 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 834992e65ec2b401a5ed58a6aef148ba3376fcb1..2d2585a7a1f6d7dddd7aad11e2a83f6a780078c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+## 1.11.0
+
+### Core library changes
+
+* Update experimental Isolate API:
+ - Make priorty parameters of `Isolate.ping` and `Isolate.kill` methods
+ a named parameter.
+ - Remove the `Isolate.AS_EVENT` priority.
+ - Add extra `response` parameter to `Isolate.ping` and
+ `Isolate.addOnExitListener`.
+ [r45092](https://code.google.com/p/dart/source/detail?r=45092),
+
+## 1.10.0
+
+### Core library changes
+
+* Fix behavior of `HtmlEscape` in `dart:convert`. No longer escape
+ no-break space (U+00A0) anywhere or forward slash ('/', U+002F) in element
+ context. Slash is still escaped in the "unknown" context.
+ [r45003](https://code.google.com/p/dart/source/detail?r=45003),
+ [r45153](https://code.google.com/p/dart/source/detail?r=45153),
+ [r45189](https://code.google.com/p/dart/source/detail?r=45189)
+
## 1.9.3 (2015-04-14)
This is a bug fix release which merges a number of commits from `bleeding_edge`.
« 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