docs(change-log): correct log for NgUpdate (not deprecated)

This commit is contained in:
Ward Bell 2016-11-18 14:22:17 -08:00
parent 1fe2083e10
commit 79eaf75d93

View File

@ -8,10 +8,12 @@ block includes
## Sync with Angular v.2.2.0 (2016-11-14) ## Sync with Angular v.2.2.0 (2016-11-14)
Docs and code samples updated and tested with Angular v.2.2.0 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 The updated [NgUpgrade Guide](upgrade.html) guide covers the
new `NgUpgradeModule` released in v.2.2.0 which replaces the new AoT friendly `upgrade/static` module
***now deprecated*** upgrade facilities prior to v.2.2.0. 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) ## ES6 described in "TypeScript to JavaScript" (2016-11-14)
The updated "[TypeScript to JavaScript](../cookbook/ts-to-js.html)" cookbook The updated "[TypeScript to JavaScript](../cookbook/ts-to-js.html)" cookbook