From 4c3e9a32d2d9609d7d2cf211b98772a38af792e0 Mon Sep 17 00:00:00 2001 From: Joost Koehoorn Date: Thu, 11 Oct 2018 16:15:44 +0200 Subject: [PATCH] docs(changelog): remove reverted fix from 6.1.10 changelog (#26401) PR Close #26401 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4891b2c57d..16dfaf8125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,7 +79,6 @@ To learn about the release highlights and our new CLI-powered update workflow fo ### 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)