From 75d484e29dbf6d85ed6d5b0bd011c6ae3b4bc68b Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Wed, 16 Aug 2017 10:51:23 -0700 Subject: [PATCH] docs: add changelog for 4.3.5 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9087d05eba..07ce5d6d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## [4.3.5](https://github.com/angular/angular/compare/4.3.4...4.3.5) (2017-08-16) + + +### Bug Fixes + +* **aio:** skip PWA test when redeploying non-public commit ([b9c1c91](https://github.com/angular/angular/commit/b9c1c91)) +* **core:** forbid destroyed views to be inserted or moved in VC ([972538b](https://github.com/angular/angular/commit/972538b)), closes [#18615](https://github.com/angular/angular/issues/18615) +* **forms:** re-assigning options should not clear select ([a1624f2](https://github.com/angular/angular/commit/a1624f2)), closes [#18330](https://github.com/angular/angular/issues/18330) + + +### Performance Improvements + +* **aio:** update to new version of build-optimizer ([d7be4f1](https://github.com/angular/angular/commit/d7be4f1)) + + + ## [4.3.4](https://github.com/angular/angular/compare/4.3.3...4.3.4) (2017-08-10)