| Index: pkg/polymer/CHANGELOG.md
|
| diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
|
| index 8f1ac52d5a9929a2b88ff37f6f50221344d80be6..375b5d5b9fd7ef1941ddbb4fc74133315b739758 100644
|
| --- a/pkg/polymer/CHANGELOG.md
|
| +++ b/pkg/polymer/CHANGELOG.md
|
| @@ -1,3 +1,13 @@
|
| +#### 0.15.0-dev
|
| + * Added Polymer.forceReady method. This forces a ready state regardless of
|
| + whether or not there are still polymer-element declarations waiting for
|
| + their class definitions to be loaded.
|
| + * Added Polymer.waitingFor method. This returns a list of all polymer-element
|
| + declarations that are still waiting for their class definitions to be
|
| + loaded.
|
| + * Added injectBoundHTML instance method. This can be used to dynamically
|
| + inject html that is bound to your current element into a target element.
|
| +
|
| #### 0.14.3
|
| * Warn if the same css file is inlined more than once,
|
| [19996](http://dartbug.com/19996).
|
|
|