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

Unified Diff: CHANGELOG.md

Issue 1217603003: Fix commit links for 1.11 and 1.10 in changelog (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 884a5843cdfc80964831ec2d9b9ed9c3cb10f64a..0017d0f84f49df0b79b24237b1a9da5812596a36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,7 +53,7 @@
* List iterators may not throw `ConcurrentModificationError` as eagerly in
release mode. In checked mode, the modification check is still as eager
as possible.
- [r45198](https://code.google.com/p/dart/source/detail?r=45198)
+ [r45198](https://github.com/dart-lang/sdk/commit/5a79c03)
* `dart:developer` - **NEW**
* Replaces the deprecated `dart:profiler` library.
@@ -102,9 +102,9 @@
* **POTENTIALLY BREAKING** Fix behavior of `HtmlEscape`. It no longer escapes
no-break space (U+00A0) anywhere or forward slash (`/`, `U+002F`) in element
context. Slash is still escaped using `HtmlEscapeMode.UNKNOWN`.
- [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)
+ [r45003](https://github.com/dart-lang/sdk/commit/8b8223d),
+ [r45153](https://github.com/dart-lang/sdk/commit/8a5d049),
+ [r45189](https://github.com/dart-lang/sdk/commit/3c39ad2)
* `dart:core`
* `Uri.parse` added `start` and `end` positional arguments.
« 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