From 934617f6a9e6c13850bc5a06a094fe400fde51ed Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Wed, 10 Oct 2018 11:46:39 -0700 Subject: [PATCH] docs: release notes for the v release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ba5ef51f87e6..5d2a95d78cd50a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [6.1.10](https://github.com/angular/angular/compare/6.1.9...6.1.10) (2018-10-10) + + +### Bug Fixes + +* **platform-browser:** fix [#22155](https://github.com/angular/angular/issues/22155), destroy hammer manager when `HammerInstance.off()` is run ([#22156](https://github.com/angular/angular/issues/22156)) ([3b4d9dc](https://github.com/angular/angular/commit/3b4d9dc)) +* **upgrade:** properly destroy upgraded component elements and descendants ([#26209](https://github.com/angular/angular/issues/26209)) ([623adbb](https://github.com/angular/angular/commit/623adbb)), closes [#26208](https://github.com/angular/angular/issues/26208) + + + # [7.0.0-rc.0](https://github.com/angular/angular/compare/7.0.0-beta.7...7.0.0-rc.0) (2018-09-28)