From 79eaf75d93a4ecc76e3f9fca71189b24f605c932 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Fri, 18 Nov 2016 14:22:17 -0800 Subject: [PATCH] docs(change-log): correct log for NgUpdate (not deprecated) --- public/docs/ts/latest/guide/change-log.jade | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/docs/ts/latest/guide/change-log.jade b/public/docs/ts/latest/guide/change-log.jade index 9933647595..3be91b91a4 100644 --- a/public/docs/ts/latest/guide/change-log.jade +++ b/public/docs/ts/latest/guide/change-log.jade @@ -8,10 +8,12 @@ block includes ## Sync with Angular v.2.2.0 (2016-11-14) Docs and code samples updated and tested with Angular v.2.2.0 - ## UPDATE: NgUpgrade Guide reflects the new v.2.2.0 adapters (2016-11-14) + ## UPDATE: NgUpgrade Guide for the AoT friendly _upgrade/static_ module (2016-11-14) The updated [NgUpgrade Guide](upgrade.html) guide covers the - new `NgUpgradeModule` released in v.2.2.0 which replaces the - ***now deprecated*** upgrade facilities prior to v.2.2.0. + new AoT friendly `upgrade/static` module + released in v.2.2.0, which is the recommended + facility for migrating from Angular 1 to Angular 2. + The documentation for the version prior to v.2.2.0 has been removed. ## ES6 described in "TypeScript to JavaScript" (2016-11-14) The updated "[TypeScript to JavaScript](../cookbook/ts-to-js.html)" cookbook