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

Unified Diff: CHANGELOG.md

Issue 1889663002: fix duplicate dart:convert entries in changelog (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: rebase Created 4 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 | 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 5497a379a310386526e15122b36aa47888c547e6..51a79e9993c11d38b3b51782912ef6efef2bdb0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,13 @@
* `dart:convert`
* Added `BASE64URL` codec and corresponding `Base64Codec.urlSafe` constructor.
+
+ * Introduce `ChunkedConverter` and deprecate chunked methods on `Converter`.
+
* `dart:io`
* Added `SecurityContext.alpnSupported`, which is true if a platform
supports ALPN, and false otherwise.
-* `dart:convert`
- * Introduce `ChunkedConverter` and deprecate chunked methods on `Converter`.
-
### Analyzer
* Static checking of `for in` statements. These will now produce static
« 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