docs: release notes for the v10.0.8 release

This commit is contained in:
Alex Rickabaugh 2020-08-04 16:07:27 -07:00
parent 8fbf40bf40
commit 192ef42304
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
<a name="10.0.8"></a>
## 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)
<a name="10.0.7"></a>
## 10.0.7 (2020-07-30)