Index: pkg/polymer/CHANGELOG.md |
diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md |
index c53ea4cc483efb12d875edb18b62b3c6ac648400..5f2ca9771bd7b333e220ee639f6c4cb38564d28c 100644 |
--- a/pkg/polymer/CHANGELOG.md |
+++ b/pkg/polymer/CHANGELOG.md |
@@ -6,9 +6,9 @@ impact polymer: custom_element, html_import, observe, shadow_dom, |
and template_binding. |
#### Pub version 0.10.0-dev |
Siggi Cherem (dart-lang)
2014/03/06 18:18:08
since we already published this version, how about
Jennifer Messerly
2014/03/06 21:05:08
hmmm, good question. We published -pre.0, I didn't
Siggi Cherem (dart-lang)
2014/03/06 21:26:45
interesting - sounds great.
|
+ * Interop with polymer-js elements now works. |
* Polymer polyfills are now consolidated in package:web_components, which is |
- identical to platform.js from http://polymer-project.org. This enables |
- interop with elements built in polymer.js. |
+ identical to platform.js from http://polymer-project.org. |
* New feature: `@ObserveProperty('foo bar.baz') myMethod() {...}` will cause |
myMethod to be called when "foo" or "bar.baz" changes. |
* Updated for 0.10.0-dev package:observe and package:template_binding changes. |