Add the breaking changes notice to the changelog

This commit is contained in:
Erjan Gavalji
2016-02-17 16:51:44 +02:00
parent 8e4f2ba34e
commit a6700d3b11

View File

@@ -2,6 +2,10 @@ Cross Platform Modules Changelog
==============================
##1.6.0 (2016, February 17)
### Breaking changes
- Up to v 1.6.0 the background drawable attribute of the buttons in android was always replaced. To keep the consistency with the default platform-specific background the attribute is not changed now and the button is only styled.
### Fixed
- [(#1534)](https://github.com/NativeScript/NativeScript/issues/1534) FileSystemAccess.fileExists returns true for directory as well