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

Unified Diff: CHANGELOG.md

Issue 1385933002: clearly mark resource as deprecated (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: addressing comments Created 5 years, 2 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/core/resource.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 39970eea324bab209122260ad4d06a85e6fba911..c0e6ec0581ee7ad543a5110a513c0d926f60c281 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@
* `Uri` added `removeFragment` method.
* `String.allMatches` (implementing `Pattern.allMatches`) is now lazy,
as all `allMatches` implementations are intended to be.
+ * `Resource` is deprecated in favor of the resource package.
+ See https://pub.dartlang.org/packages/resource to learn more. This is
+ the last release to contain the Resource class.
* `dart:io`
* `HttpClient` no longer sends URI fragments in the request. This is not
« no previous file with comments | « no previous file | sdk/lib/core/resource.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698