From 1e1af7ffcbac2b547706296af93b51d417d853f7 Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Wed, 2 Aug 2017 13:23:27 -0700 Subject: [PATCH] docs: changelog for 5.0.0-beta.2 release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d835e0270..b46f8db760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [5.0.0-beta.2](https://github.com/angular/angular/compare/5.0.0-beta.1...5.0.0-beta.2) (2017-08-02) + + +### Bug Fixes + +* **compiler:** do not consider arguments when determining recursion ([e64b54b](https://github.com/angular/angular/commit/e64b54b)) +* **compiler:** fix for element needing implicit parent placed in top-level ng-container ([381471d](https://github.com/angular/angular/commit/381471d)), closes [#18314](https://github.com/angular/angular/issues/18314) + + +### Features + +* **forms:** add options arg to abstract controls ([ebef5e6](https://github.com/angular/angular/commit/ebef5e6)) +* **router:** add events tracking activation of individual routes ([49cd851](https://github.com/angular/angular/commit/49cd851)) + + + ## [4.3.3](https://github.com/angular/angular/compare/4.3.2...4.3.3) (2017-08-02)