| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index d9b4b3b9272f83664727d934833d4d7dca33d04c..ccd664c936ada09974f279c17afb9002c63698c9 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -2,6 +2,8 @@
|
|
|
| ### Core library changes
|
|
|
| + * Add `unmodifiable` constructor to `List` class -
|
| + [r45334](https://code.google.com/p/dart/source/detail?r=45334),
|
| * Update experimental Isolate API:
|
| - Make priorty parameters of `Isolate.ping` and `Isolate.kill` methods
|
| a named parameter.
|
| @@ -14,7 +16,7 @@
|
|
|
| ### Core library changes
|
|
|
| -* Fix behavior of `HtmlEscape` in `dart:convert`. No longer escape
|
| +* Fix behavior of `HtmlEscape` in `dart:convert`. It no longer escapes
|
| 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),
|
|
|