From 192ef423047659a90bda3dd7b5037f1eb5a0dbb0 Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Tue, 4 Aug 2020 16:07:27 -0700 Subject: [PATCH] docs: release notes for the v10.0.8 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd12a24f2f..13d1e4a18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## 10.0.8 (2020-08-04) + + +### Bug Fixes + +* **compiler:** add PURE annotation to getInheritedFactory calls ([#38291](https://github.com/angular/angular/issues/38291)) ([03d8e31](https://github.com/angular/angular/commit/03d8e31)) +* **compiler:** update unparsable character reference entity error messages ([#38319](https://github.com/angular/angular/issues/38319)) ([cea4678](https://github.com/angular/angular/commit/cea4678)), closes [#26067](https://github.com/angular/angular/issues/26067) + + + ## 10.0.7 (2020-07-30)