Update CHANGELOG.md

This commit is contained in:
Erjan Gavalji
2015-04-30 14:29:10 +03:00
parent b8e818d41f
commit cd6a7483ec

View File

@ -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")`.