From e72dc16dbe4afa3428c4524901cbd2501a84a98b Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 11 Feb 2016 16:03:00 -0800 Subject: [PATCH] docs(changelog): update changelog to beta.6 --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 747381018f..4bd354758e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ - -# 2.0.0-beta.5 (2016-02-10) + +# 2.0.0-beta.6 (2016-02-11) ### Bug Fixes @@ -50,10 +50,19 @@ http://github.com/typings/typings And install typings such as `jasmine`, `angular-protractor`, or `selenium-webdriver` to satisfy the type-checker. +If you rely on es6 APIs other than Promises and Collections, you will need to +install the es6-shim typing instead of using the tag above. +Angular previously exposed typings for the entire ES6 API. + + +# 2.0.0-beta.5 (2016-02-10) + +This release was incorrect; replaced with beta.6. + # 2.0.0-beta.4 (2016-02-10) -This release was incorrect; replaced with beta.5. +This release was incorrect; replaced with beta.6. # 2.0.0-beta.3 (2016-02-03)