Index: pkg/third_party/html5lib/CHANGELOG.md |
diff --git a/pkg/third_party/html5lib/CHANGELOG.md b/pkg/third_party/html5lib/CHANGELOG.md |
deleted file mode 100644 |
index 6d485f418bfe3d735998e87cbbb6893731578628..0000000000000000000000000000000000000000 |
--- a/pkg/third_party/html5lib/CHANGELOG.md |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-# changelog |
- |
-This file contains highlights of what changes on each version of the html5lib |
-package. |
- |
-#### Pub version 0.12.0 |
- * switch from `source_maps`' `Span` class to `source_span`'s |
- `SourceSpan` class. |
- |
-#### Pub version 0.11.0+2 |
- * expand the version constraint for csslib. |
- |
-#### Pub version 0.10.0+1 |
- * use a more recent source_maps version. |
- |
-#### Pub version 0.10.0 |
- * fix how document fragments are added in NodeList.add/addAll/insertAll. |
- |
-#### Pub version 0.9.2-dev |
- * add Node.text, Node.append, Document.documentElement |
- * add Text.data, deprecate Node.value and Text.value. |
- * deprecate Node.$dom_nodeType |
- * added querySelector/querySelectorAll, deprecated query/queryAll. |
- This matches the current APIs in dart:html. |