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)