Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index fcde62e6836822f0cbf28b5f3a836f343f2e01b3..b1e5dc506dcd6cca8aa4b434bb10f8c30243d498 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,10 @@ |
| +## 0.5.0-dev |
| + |
| +* The `InitializePluginTransformer` is gone in favor of a new |
| +`InitializerPlugin` class which you can pass a list of to the |
| +`InitializeTransformer`. These plugins now have access to the fully resolved ast |
| +nodes and can directly control what is output in the bootstrap file. |
| + |
| ## 0.4.0 |
| Lots of transformer updates: |