From 444775c35225c13ba027b6fea2cd8e00ef844590 Mon Sep 17 00:00:00 2001 From: Jessica Janiuk Date: Wed, 28 Apr 2021 11:33:23 -0700 Subject: [PATCH] docs: release notes for the v11.2.12 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5834284daa..3513d081c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 11.2.12 (2021-04-28) + + +### Bug Fixes + +* **compiler:** strip scoped selectors from `[@font-face](https://github.com/font-face)` rules ([#41815](https://github.com/angular/angular/issues/41815)) ([de39b49](https://github.com/angular/angular/commit/de39b49c6d8f95ab96feeecc7b8867cf3b4c0ea4)), closes [#41751](https://github.com/angular/angular/issues/41751) +* **upgrade:** preserve $interval.flush when ngMocks is being used ([#30229](https://github.com/angular/angular/issues/30229)) ([dd46b87](https://github.com/angular/angular/commit/dd46b87bc7c2bb47ef1c57f0de2598cdd6f537e6)) + + + # 12.0.0-rc.0 (2021-04-21)