From 20812f446fdc4e8cd99a086091d5c516d3ee295d Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Wed, 30 Mar 2016 18:10:41 -0700 Subject: [PATCH] docs(changelog): fix formatting --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b517a904..201f14edcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,14 +30,20 @@ ### BREAKING CHANGES * For static content projection, elements with *-directives are now matched against the element itself vs the template before. -

+ +`

` + Before: +```html // Use the implicit template for projection +``` + After: +```html // Use the actual element for projection - +``` # 2.0.0-beta.12 (2016-03-23)