From d420080b3be8edf5a39f3e4dee24cd4a027ec451 Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Wed, 30 Nov 2016 15:18:38 -0800 Subject: [PATCH] docs(changelog): add changelog for 2.2.4 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2537beeb35..08183ab355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [2.2.4](https://github.com/angular/angular/compare/2.2.3...2.2.4) (2016-11-30) + + +### Bug Fixes + +* **common:** update DatePipe to allow closure compilation ([eba53fd](https://github.com/angular/angular/commit/eba53fd)) +* **compiler:** fix performance regression caused by 5b0f9e2 ([ee2d6e5](https://github.com/angular/angular/commit/ee2d6e5)), closes [#13146](https://github.com/angular/angular/issues/13146) +* **compiler-cli:** fix paths in source maps to be relative ([eb173bc](https://github.com/angular/angular/commit/eb173bc)), closes [#13040](https://github.com/angular/angular/issues/13040) + + + ## [2.2.3](https://github.com/angular/angular/compare/2.2.2...2.2.3) (2016-11-23)