From 44e7865698094192944d97f2a50df7b6541141eb Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 5 Apr 2021 17:23:07 +0300 Subject: [PATCH] docs: add release notes for v11.2.8 to CHANGELOG (#41453) This commit cherry-picks the v11.2.8 release notes from 154129b9defa9295f4684c595d1981c9b3c970c5 onto master. Fixes #41452 PR Close #41453 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987452a07e..df02fa4c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,15 @@ import {XhrFactory} from '@angular/common'; +## 11.2.8 (2021-04-01) + + +### Bug Fixes + +* **compiler:** handle case-sensitive CSS custom properties ([#41380](https://github.com/angular/angular/issues/41380)) ([f9da272](https://github.com/angular/angular/commit/f9da27214b74d60d398cf46493767711e710635c)), closes [#41364](https://github.com/angular/angular/issues/41364) + + + # 12.0.0-next.6 (2021-03-24)