From 7df7fba038863c9fe3f3007a0a81f30ff41231ff Mon Sep 17 00:00:00 2001 From: Ignat Ignatov Date: Thu, 21 Apr 2016 18:25:51 +0200 Subject: [PATCH] Added a note about platform.versions(). (#6265) docs(changelog): add a note about platform.versions() --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ab2c2766..7dccf02fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,8 @@ All methods have been documented in the API docs: http://ionicframework.com/docs/v2/api/components/slides/Slides/ +* **platform:** `platform.versions()` no longer accepts an optional parameter for platform name +and now returns only an object containing all of the platforms and their versions. # [2.0.0-beta.4](https://github.com/driftyco/ionic/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2016-04-07)