From 14626ead645d389a9386cb2201abf19aab05d96b Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Tue, 31 Jan 2017 12:20:48 -0800 Subject: [PATCH] docs(change-log): mention new Deployment guide (#3175) --- public/docs/ts/latest/guide/change-log.jade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/docs/ts/latest/guide/change-log.jade b/public/docs/ts/latest/guide/change-log.jade index 9bf11d35fb..7f4240bbcb 100644 --- a/public/docs/ts/latest/guide/change-log.jade +++ b/public/docs/ts/latest/guide/change-log.jade @@ -5,6 +5,10 @@ block includes The Angular documentation is a living document with continuous improvements. This log calls attention to recent significant changes. + ## NEW: Deployment guide (2017-01-30) + The new [Deployment](deployment.html) guide describes techniques for putting your application on a server. + It includes important advice on optimizing for production. + ## Hierarchical Dependency Injection: refreshed (2017-01-13) [Hierarchical Dependency Injection](hierarchical-dependency-injection.html) guide significantly revised. Closes issue #3086