Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

chore(changelog): update docs changelog for Ng v.2.2.0 #2799

Merged
merged 1 commit into from
Nov 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion public/docs/ts/latest/guide/change-log.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down