Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index d9b4b3b9272f83664727d934833d4d7dca33d04c..ccb2754244e17f97ebc0bd33d71358d1afd51481 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`. No longer escape45334 |
|
Søren Gjesse
2015/04/23 09:04:19
Accidental change.
Lasse Reichstein Nielsen
2015/04/23 09:07:07
Good catch.
|
| 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), |