diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc5a4ac3f..5074f1b540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# [4.0.0-beta.1](https://github.com/angular/angular/compare/2.4.0-marker...4.0.0-beta.1) (2016-12-22) + +### Features + +* **upgrade:** support the `$doCheck()` lifecycle hook in `UpgradeComponent` ([#13015](https://github.com/angular/angular/issues/13015)) ([9da4c25](https://github.com/angular/angular/commit/9da4c25)) + +Note: 4.0.0-beta.1 release also contains all the changes present in the 2.4.0 and the 2.4.1 releases. + ## [2.4.1](https://github.com/angular/angular/compare/2.4.0...2.4.1) (2016-12-21)