docs(change-log): mention new Deployment guide (#3175)

This commit is contained in:
Ward Bell 2017-01-31 12:20:48 -08:00 committed by GitHub
parent 5c19f174f1
commit 14626ead64
1 changed files with 4 additions and 0 deletions

View File

@ -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