Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index de1d786bf0705be4da3c7a0f985cf0d1049907c0..9937cb745c214c31d9cad9610c76b751423ed9f2 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,3 +1,9 @@ |
+## 0.3.0-dev |
+ |
+* Library initializers now pass a `LibraryIdentifier` to `initialize` instead of |
+just a `Symbol`. This provides the package, and path to the library in addition |
+to the symbol so that paths can be normalized. |
+ |
## 0.2.0 |
* `entryPoint` and `newEntryPoint` transformer options were renamed to |