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

Unified Diff: CHANGELOG.md

Issue 1076013006: Improve return type of markUnmodifiableList to JSArray instead of List. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix bad change. 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 | sdk/lib/_internal/compiler/js_lib/js_array.dart » ('j') | 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 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),
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/js_lib/js_array.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698