chore(CHANGELOG): add life cycle hook names to changelog

This commit is contained in:
Brandy Carney
2015-12-10 15:33:47 -05:00
parent b6fc63aaba
commit 27ec57b907

View File

@ -43,3 +43,12 @@
##### Features
* Upgraded to Angular alpha.50
* Life cycle hooks are now prefixed with `ng`
* ngOnChanges
* ngOnInit
* ngDoCheck
* ngAfterContentInit
* ngAfterContentChecked
* ngAfterViewInit
* ngAfterViewChecked
* ngOnDestroy