From 60273a941f0c5775de283c6cd7ffcca2060e7817 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Wed, 21 Jun 2017 21:55:03 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20=E2=80=9Cunder=20to=20hood?= =?UTF-8?q?=E2=80=9D=20typo=20in=20changelog.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #14856 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ee63ed01..506cff46df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -694,7 +694,7 @@ Please give this RC a try and test it with your projects! We have spent a signif ## What’s New ### View Engine -We’ve made changes under to hood to what AOT generated code looks like. These changes should reduce the size of the generated code for your components by more than half in some cases. Read the [Design Doc](https://docs.google.com/document/d/195L4WaDSoI_kkW094LlShH6gT3B7K1GZpSBnnLkQR-g/preview) for the View Engine updates. +We’ve made changes under the hood to what AOT generated code looks like. These changes should reduce the size of the generated code for your components by more than half in some cases. Read the [Design Doc](https://docs.google.com/document/d/195L4WaDSoI_kkW094LlShH6gT3B7K1GZpSBnnLkQR-g/preview) for the View Engine updates. ### Enhanced `*ngIf` syntax