From 573ca29385c3e1e82a1520ab0f545cb0afa427d4 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Fri, 4 Sep 2015 17:27:42 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282928053f..6e409a3372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +##[v1.1.3](https://github.com/Polymer/polymer/tree/v1.1.3) (2015-09-04) +- Fixes #2403 ([commit](https://github.com/Polymer/polymer/commit/a6694b7)) + +- Only try to decrement gesture dependency counter if dependency exists ([commit](https://github.com/Polymer/polymer/commit/8886e8c)) + +- update changelog with v1.1.2 ([commit](https://github.com/Polymer/polymer/commit/d3a7c93)) + +- prepare v1.1.2 ([commit](https://github.com/Polymer/polymer/commit/e78be4f)) + ##[v1.1.2](https://github.com/Polymer/polymer/tree/v1.1.2) (2015-08-28) - Improve composed parent tracking. ([commit](https://github.com/Polymer/polymer/commit/4d15789))