From 7b509de819ed6513ee808b7e8de0c0d9c8614e61 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Wed, 12 Oct 2016 15:29:28 -0700 Subject: [PATCH] docs(changelog): in-sync with Ng v.2.1.0 (#2590) --- public/docs/ts/latest/guide/change-log.jade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/docs/ts/latest/guide/change-log.jade b/public/docs/ts/latest/guide/change-log.jade index 7376ac0561..667c1c3d05 100644 --- a/public/docs/ts/latest/guide/change-log.jade +++ b/public/docs/ts/latest/guide/change-log.jade @@ -7,6 +7,9 @@ block includes The Angular documentation is a living document with continuous improvements. This log calls attention to recent significant changes. + ## Sync with Angular v.2.0.2 (2016-10-12) + Docs and code samples updated and tested with Angular v.2.1.0 + ## NEW "Ahead of Time (AoT) Compilation" cookbook (2016-10-11) The NEW [Ahead of Time (AoT) Compilation](../cookbook/aot-compiler.html) cookbook explains what AoT compilation is and why you'd want it.