From 0dc69dfbe5f72b3384c976bfba784a40b55894a6 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 29 Oct 2015 15:34:33 -0700 Subject: [PATCH] [ci skip] update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbc8266c6..c289b9674e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +##[v1.2.1](https://github.com/Polymer/polymer/tree/v1.2.1) (2015-10-29) +- Fix test for SD polyfill ([commit](https://github.com/Polymer/polymer/commit/dd8b3e9)) + +- Add pre-condition check for completeness. ([commit](https://github.com/Polymer/polymer/commit/89304dc)) + +- Find non distributed children with deepContains ([commit](https://github.com/Polymer/polymer/commit/8e6f55a)) + +- Ensure outer paths aren't forwarded to instance props. Fixes #2556. ([commit](https://github.com/Polymer/polymer/commit/01273e9)) + +- Add `Polymer.dom.deepContains` ([commit](https://github.com/Polymer/polymer/commit/279bf63)) + +- [ci skip] Update CHANGELOG ([commit](https://github.com/Polymer/polymer/commit/e1f83d2)) + +- isLightDescendant should return false for self ([commit](https://github.com/Polymer/polymer/commit/a0debf4)) + +- Fix for mixins declaration with space before colon. Allow any space character or even `{` and `}` (before and after capturing pattern correspondingly) as pattern boundaries instead of new lines only. In minified sources there might be no space, semicolon or line start, so we need to account that as well. ([commit](https://github.com/Polymer/polymer/commit/883aa5c)) + ##[v1.2.0](https://github.com/Polymer/polymer/tree/v1.2.0) (2015-10-22) - A simpler travis config ([commit](https://github.com/Polymer/polymer/commit/3338b67))