Update changelog.md with Isolate API and HtmlConvert changes.

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//1087163002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45197 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
lrn@google.com 2015-04-16 09:02:52 +00:00
parent a2f5c0d06a
commit d26580a98b

View file

@ -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`.