From 39cd56038fc14dafc1c4be0e04ba09bf91ae0eab Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Wed, 30 Aug 2017 11:11:02 -0700 Subject: [PATCH] build: fix changelog to remove AIO line items (#18956) fixes 18740 PR Close #18956 --- CHANGELOG.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04beb7ff7..be27963a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -167,8 +167,6 @@ Unfortunately we had to change the i18n pipes (date, number, currency, percent) ### Bug Fixes -* **aio:** fix compilation error by using the correct type for `providers` ([4d523fd](https://github.com/angular/angular/commit/4d523fd)) -* **aio:** skip PWA test when redeploying non-public commit ([06faac8](https://github.com/angular/angular/commit/06faac8)) * **compiler:** Don't strip CSS source maps ([64b4be9](https://github.com/angular/angular/commit/64b4be9)) * **forms:** re-assigning options should not clear select ([32ff21c](https://github.com/angular/angular/commit/32ff21c)), closes [#18330](https://github.com/angular/angular/issues/18330) * **language-service:** remove tsickle dependency ([bc22ff1](https://github.com/angular/angular/commit/bc22ff1)) @@ -183,7 +181,6 @@ Unfortunately we had to change the i18n pipes (date, number, currency, percent) ### Performance Improvements -* **aio:** update to new version of build-optimizer ([088532b](https://github.com/angular/angular/commit/088532b)) * **core:** add option to remove blank text nodes from compiled templates ([d2c0d98](https://github.com/angular/angular/commit/d2c0d98)) * **core:** Remove decorator DSL which depends on Reflect ([cac130e](https://github.com/angular/angular/commit/cac130e)) @@ -195,17 +192,10 @@ Unfortunately we had to change the i18n pipes (date, number, currency, percent) ### 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) @@ -1455,7 +1445,6 @@ templates is unaffected. We expect no or little impact on apps from this change, ### Features -* **aio:** add initial angular-cli scaffold ([#14118](https://github.com/angular/angular/issues/14118)) ([e130bc1](https://github.com/angular/angular/commit/e130bc1)) * **common:** rename underlying `NgFor` class and add a type parameter ([#14104](https://github.com/angular/angular/issues/14104)) ([86b2b25](https://github.com/angular/angular/commit/86b2b25)) * **compiler:** allow missing translations ([#14113](https://github.com/angular/angular/issues/14113)) ([8775ab9](https://github.com/angular/angular/commit/8775ab9)), closes [#13861](https://github.com/angular/angular/issues/13861) * **compiler:** do not parse xtb messages not needed by angular ([#14111](https://github.com/angular/angular/issues/14111)) ([f7fba74](https://github.com/angular/angular/commit/f7fba74)), closes [#14046](https://github.com/angular/angular/issues/14046)