Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 51e21cb6b9eda81fea84c4527ea58fd43c33271d..9b54230677774ad1133385ad817bf06fd0728fd9 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,6 +1,10 @@ |
-## 1.1.0 |
+## 2.0.0 |
+ |
+* Removed the `DataUri` class. It's redundant with the `Uri.data` getter that's |
+ coming in Dart 1.14, and the `DataUri.data` field in particular was an invalid |
+ override of that field. |
-* Added a `DataUri` class for encoding and decoding data URIs. |
+## 1.1.0 |
* The MIME spec says that media types and their parameter names are |
case-insensitive. Accordingly, `MediaType` now uses a case-insensitive map for |