From 7613f13e5497ea0ee63eeaab84b8cca3543e17b5 Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Thu, 8 Aug 2019 13:53:11 -0700 Subject: [PATCH] docs: release notes for the v8.2.1 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d394842112..9b22744edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [8.2.1](https://github.com/angular/angular/compare/8.2.0...8.2.1) (2019-08-08) + + +### Bug Fixes + +* **upgrade:** compile downgraded components synchronously (if possible) ([#31840](https://github.com/angular/angular/issues/31840)) ([04ebd59](https://github.com/angular/angular/commit/04ebd59)), closes [#27217](https://github.com/angular/angular/issues/27217) [#30330](https://github.com/angular/angular/issues/30330) + + + # [9.0.0-next.0](https://github.com/angular/angular/compare/8.2.0-next.2...9.0.0-next.0) (2019-07-31)