From 74a9e126d53d691ffafe7ce8aed9429bfe754ba3 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 7 Oct 2020 14:29:00 -0700 Subject: [PATCH] docs: release notes for the v10.1.5 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce61e8b4e1..747d07af15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## 10.1.5 (2020-10-07) + + +### Bug Fixes + +* **router:** update getRouteGuards to check if the context outlet is activated ([#39049](https://github.com/angular/angular/issues/39049)) ([771f731](https://github.com/angular/angular/commit/771f731)), closes [#39030](https://github.com/angular/angular/issues/39030) +* **compiler:** Recover on malformed keyed reads and keyed writes ([#39004](https://github.com/angular/angular/issues/39004)) ([f50313f](https://github.com/angular/angular/commit/f50313f)), closes [#38596](https://github.com/angular/angular/issues/38596) + + + # 11.0.0-next.4 (2020-09-30)