From bed8ac70f73f47fd03333c9ee47a0439254e3aff Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 28 Sep 2017 12:18:14 -0700 Subject: [PATCH] docs: add changelog for 4.4.4 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8cf6878c..1ba7353204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## [4.4.4](https://github.com/angular/angular/compare/4.4.3...4.4.4) (2017-09-28) + + +### Bug Fixes + +* **animations:** support negative query limit value ([#19419](https://github.com/angular/angular/issues/19419)) ([bc81fbd](https://github.com/angular/angular/commit/bc81fbd)), closes [#19232](https://github.com/angular/angular/issues/19232) +* **compiler:** correctly map error message locations ([#19424](https://github.com/angular/angular/issues/19424)) ([c3b39ba](https://github.com/angular/angular/commit/c3b39ba)) +* **compiler:** do not consider a reference with members as a reference ([#19466](https://github.com/angular/angular/issues/19466)) ([7fc2dce](https://github.com/angular/angular/commit/7fc2dce)) +* **compiler:** skip   when trimming / removing whitespaces ([#19310](https://github.com/angular/angular/issues/19310)) ([c7aa8a1](https://github.com/angular/angular/commit/c7aa8a1)), closes [#19304](https://github.com/angular/angular/issues/19304) +* **tsc-wrapped:** add metadata for `type` declarations ([#19040](https://github.com/angular/angular/issues/19040)) ([ae52851](https://github.com/angular/angular/commit/ae52851)) + + ## [4.4.3](https://github.com/angular/angular/compare/4.4.2...4.4.3) (2017-09-19)