Corrected resource text in changelog

BUG=
R=lrn@google.com

Review URL: https://codereview.chromium.org/1412963009 .
This commit is contained in:
Michael Thomsen 2015-11-06 10:00:03 +01:00
parent 45004655a1
commit f100ef8000

View file

@ -27,9 +27,7 @@
* `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.
* `Resource` is deprecated, and will be removed in a future release.
* `dart:developer`
* Added `Timeline` class for interacting with Observatory's timeline feature.