Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 27f70dc25dcd68b71af3b02a55233fb9b1e1ceba..63dc3c38cb69a0673b920db872a6a62ca82f0cb2 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,3 +1,12 @@ |
+#### 0.10.4 |
+ * Added `CustomElement` annotation. This can be added to any class to register |
+ it with a tag in the main document. |
+ * Added a `web_components.dart` file which exports all the annotations |
+ provided by this package. Note that in later breaking releases |
+ `html_import_annotation.dart` and `custom_element_proxy.dart` will likely |
+ move into the `src` folder, so switching to the `web_components.dart` import |
+ is recommended. |
+ |
#### 0.10.3 |
* Added `generateWebComponentsBootstrap` method to the main `web_components` |
transformer file which accepts a `Transform` and a `Resolver`. You can use |