From 81c3104f7679a3b9d02b464664ed3c5becc82812 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 20 Feb 2019 13:16:21 -0800 Subject: [PATCH] docs: release notes for the v7.2.6 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f3b5ad2d..1bb17bacfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [7.2.6](https://github.com/angular/angular/compare/7.2.5...7.2.6) (2019-02-20) + + +### Bug Fixes + +* **compiler-cli:** incorrect bundled metadata for static class member call expressions ([#28762](https://github.com/angular/angular/issues/28762)) ([ab69c31](https://github.com/angular/angular/commit/ab69c31)), closes [/github.com/angular/angular/blob/master/packages/core/src/change_detection/differs/keyvalue_differs.ts#L121](https://github.com//github.com/angular/angular/blob/master/packages/core/src/change_detection/differs/keyvalue_differs.ts/issues/L121) [#28741](https://github.com/angular/angular/issues/28741) + + + # [8.0.0-beta.4](https://github.com/angular/angular/compare/8.0.0-beta.3...8.0.0-beta.4) (2019-02-15)