From 52f0e3cc3b64e4175f176c0c91584fbf8837aaa9 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 3 May 2018 13:15:20 -0700 Subject: [PATCH] docs: add link to the v6 release announcement to our changelog --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ddb9948de..6d79ae3ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ -# [6.0.0](https://github.com/angular/angular/compare/6.0.0-rc.6...6.0.0) (2018-05-03) +# [6.0.0](https://github.com/angular/angular/compare/6.0.0-beta.0...6.0.0) (2018-05-03) + +### Release Highlights & Update instructions + +Angular v6 is the first release of Angular that unifies the Framework, Material and CLI. + +To learn about the release highlights and our new CLI-powered update workflow for your projects please check out the [v6 release announcement](https://blog.angular.io/version-6-0-0-of-angular-now-available-cc56b0efa7a4). + ### Dependency updates @@ -137,7 +144,7 @@ -### POSSIBLE BREAKING CHANGES +### Possible Breaking Changes * **animations:** When animation is triggered within a disabled zone, the associated event (which an instance of AnimationEvent) will no longer report the totalTime as 0 (it will emit the actual time of the animation).