diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3b135b91..781a3c16a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## [v2.1.1](https://github.com/Polymer/polymer/tree/v2.1.1) (2017-09-28) +- Prepare for release 2.1.1 ([commit](https://github.com/Polymer/polymer/commit/f049dd91)) + +- Move @externs before @license because Closure likes that. ([commit](https://github.com/Polymer/polymer/commit/c3f31455)) + +- just move the style instead ([commit](https://github.com/Polymer/polymer/commit/61b2c8a5)) + +- Copy styles to main document ([commit](https://github.com/Polymer/polymer/commit/155ab8a2)) + +- Fix typos and jsdoc (#4846) ([commit](https://github.com/Polymer/polymer/commit/b19e180a)) + +- [ci skip] update changelog ([commit](https://github.com/Polymer/polymer/commit/44fd1eaa)) + +- Fix shady dom style querySelector ([commit](https://github.com/Polymer/polymer/commit/d5b6bad3)) + +- Fix linter error ([commit](https://github.com/Polymer/polymer/commit/2da30c33)) + +- Exclude script and style tags for parsing bindings ([commit](https://github.com/Polymer/polymer/commit/41fa90b3)) + +- Special-case undefined textarea.value same as input. Fixes #4630 ([commit](https://github.com/Polymer/polymer/commit/8aa201b9)) + ## [v2.1.0](https://github.com/Polymer/polymer/tree/v2.1.0) (2017-09-19) - [ci skip] bump version to 2.1.0 ([commit](https://github.com/Polymer/polymer/commit/64788aad))