| 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
|
|
|