| Index: pkg/web_components/CHANGELOG.md
|
| diff --git a/pkg/web_components/CHANGELOG.md b/pkg/web_components/CHANGELOG.md
|
| index 3057a70c20ca5ec2a661c0197cc315ac6c6ddca1..65aed82545bb14f08913da89504c3cddedb9016a 100644
|
| --- a/pkg/web_components/CHANGELOG.md
|
| +++ b/pkg/web_components/CHANGELOG.md
|
| @@ -2,6 +2,11 @@
|
| * Updated to platform version 0.4.2, internally a deprecated API was removed,
|
| hence the bump in the version number.
|
|
|
| + * split dart_support.js in two. dart_support.js only contains what is
|
| + necessary in order to use platform.js,
|
| + interop_support.js/interop_support.html can be imported separately when
|
| + providing Dart APIs for js custom elements.
|
| +
|
| #### Pub version 0.8.0
|
| * Re-apply changes from 0.7.1+1 and also cherry pick
|
| [efdbbc](https://github.com/polymer/CustomElements/commit/efdbbc) to fix
|
|
|