From 2ea27a76d391b29a1f456cd207c8164fa6a24b0a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 27 Oct 2016 20:28:00 +0200 Subject: [PATCH] docs(changelog): update changelog with changes in v2.1.2 --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da198ac8b..c98a05f066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ - -# [2.2.0-beta.1](https://github.com/angular/angular/compare/2.2.0-beta.0...2.2.0-beta.1) (2016-10-27) - + +## [2.1.2](https://github.com/angular/angular/compare/2.1.1...2.1.2) (2016-10-27) ### Bug Fixes @@ -18,6 +17,10 @@ * **router:** preserve resolve data ([6ccbfd4](https://github.com/angular/angular/commit/6ccbfd4)), closes [#12306](https://github.com/angular/angular/issues/12306) + + +# [2.2.0-beta.1](https://github.com/angular/angular/compare/2.2.0-beta.0...2.2.0-beta.1) (2016-10-27) + ### Code Refactoring * **upgrade:** re-export the new static upgrade APIs on new entry ([a26dd28](https://github.com/angular/angular/commit/a26dd28)) @@ -35,6 +38,9 @@ downgradeComponent, downgradeInjectable, UpgradeComponent, and UpgradeModule are Import these from @angular/upgrade/static instead. +Note: The 2.2.0-beta.1 release also contains all the changes present in the 2.1.2 release. + + # [2.1.1](https://github.com/angular/angular/compare/2.1.0...2.1.1) (2016-10-20)