From b3969e96548590d4c109d8f42261c39af4c91eba Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Wed, 8 Jul 2020 13:40:27 -0700 Subject: [PATCH] docs: release notes for the v9.1.12 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf2b76aed..b7cf9e6868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [9.1.12](https://github.com/angular/angular/compare/9.1.11...9.1.12) (2020-07-08) + + +### Bug Fixes + +* **core:** infinite loop if injectable using inheritance has a custom decorator ([6c1ab47](https://github.com/angular/angular/commit/6c1ab47)), closes [#35733](https://github.com/angular/angular/issues/35733) + + + ## [10.0.2](https://github.com/angular/angular/compare/10.0.1...10.0.2) (2020-06-30)