From e565de828fb42deac77b8ffa2cbc2a18b745f750 Mon Sep 17 00:00:00 2001 From: Nedyalko Nikolov Date: Tue, 2 Jun 2015 16:54:15 +0300 Subject: [PATCH] Update Changelog with `gestures` breaking change. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f838fc3b..3052751d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ Cross Platform Modules Changelog ============================== +1.1.0 (2015, June) + +### New + +### Fixed + +### Breaking changes +* View and GesturesObserver classes have some breaking changes related to gesture operations. More info within issue [#242](https://github.com/NativeScript/NativeScript/issues/242). + 1.0.0 (2015, April 29)