fix(changelog): add View decorator breaking change

Closes #7707
This commit is contained in:
Rob Wormald 2016-03-21 17:13:58 -07:00 committed by Misko Hevery
parent c43636f2bb
commit 1f7449ccf4
1 changed files with 4 additions and 0 deletions

View File

@ -506,6 +506,10 @@ After:
* **i18n:** create i18n barrel ([a7fe983](https://github.com/angular/angular/commit/a7fe983))
* **i18n:** implement xmb serializer ([e1f8e54](https://github.com/angular/angular/commit/e1f8e54))
### BREAKING CHANGES
`@View()` annotation (previously deprecated) has been removed. Apps should use the `@Component()` decorator instead.
<a name="2.0.0-beta.10"></a>
# 2.0.0-beta.10 (2016-03-17)