Forgotten breaking change item.

This commit is contained in:
Nedyalko Nikolov
2015-04-30 13:55:40 +03:00
parent 41283b0bb3
commit b8e818d41f

View File

@ -35,5 +35,6 @@ Cross Platform Modules Changelog
* Image: `url` property renamed to `src` * Image: `url` property renamed to `src`
* Image: `source` property renamed to `imageSource` * Image: `source` property renamed to `imageSource`
* TabView: `TabEntry` renamed to `TabViewItem ` * 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")`.