From db0fac94c980c99d9575a90d4b6bb15f572f9161 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Mon, 14 Nov 2016 10:48:09 -0800 Subject: [PATCH] chore(changelog): update docs changelog for Ng v.2.2.0 --- public/docs/ts/latest/guide/change-log.jade | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/change-log.jade b/public/docs/ts/latest/guide/change-log.jade index 38cd957780..a58b98f747 100644 --- a/public/docs/ts/latest/guide/change-log.jade +++ b/public/docs/ts/latest/guide/change-log.jade @@ -7,7 +7,15 @@ block includes The Angular documentation is a living document with continuous improvements. This log calls attention to recent significant changes. - ## ES6 described in "TypeScript to JavaScript" (2016-11-03) + ## 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) + 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. + + ## ES6 described in "TypeScript to JavaScript" (2016-11-14) The updated "[TypeScript to JavaScript](../cookbook/ts-to-js.html)" cookbook now explains how to write apps in ES6/7 by translating the common idioms in the TypeScript documentation examples