Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 39970eea324bab209122260ad4d06a85e6fba911..633dc06dce5d73171636bd6f963b25f473207274 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 <insert link> 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 |