From d593c5bafc73cfa65efd417634ecee8ac7b007d4 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Wed, 3 Feb 2016 19:19:18 -0600 Subject: [PATCH] Update CHANGELOG.md Closes https://github.com/driftyco/ionic/issues/5326. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c639e2cdaa..48f042400c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,14 @@ * **action-sheet:** Button `style` property renamed to `role` ([1c618b5](https://github.com/driftyco/ionic/commit/1c618b51eb0a31013f7d3509d34c796d65689836#diff-f61014c4fb6e166fa1b5645d126dd4f6L26)) +##### Angular was updated to Beta 2 + +* Update the version of Angular in your `package.json` file: + + ``` + "angular2": "2.0.0-beta.2", + ``` + # 2.0.0-alpha.53 (2016-01-28)