From cd6a7483ec401bc41b5306a362a1ea7db610ded2 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Thu, 30 Apr 2015 14:29:10 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 839631c34..5f838fc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,5 +36,5 @@ Cross Platform Modules Changelog * Image: `url` property renamed to `src` * Image: `source` property renamed to `imageSource` * TabView: `TabEntry` renamed to `TabViewItem` - * Module `local-settings` changed to `application-settings`. Change is just in the name of the module (API is just the same), so mandatory is only a change in the `require` statements. `require("local-settings")` should be changed to `require("application-settings")`. + * Module `local-settings` changed to `application-settings`.Only the name of the module is changed (API remains the same), hence the `require` statements must be updated, i.e. `require("local-settings")` should be changed to `require("application-settings")`.