From a6700d3b111736ba8bdb0b1d438944f6f521b270 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Wed, 17 Feb 2016 16:51:44 +0200 Subject: [PATCH] Add the breaking changes notice to the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1135854..fb813a6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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