From 1abd99a2222a31f678cab6070516210d10f77d2a Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Fri, 24 Jul 2015 13:56:00 +0300 Subject: [PATCH] Add the breaking changes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac038baf..24b05af8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,10 @@ Fixed - [(#261)](https://github.com/NativeScript/NativeScript/issues/261) WebView crash when navigating back +### Breaking changes +- [(#304)](https://github.com/NativeScript/NativeScript/issues/304) ActionBar/NavigationBar is now defined using the `page.actionBar` instead of `page.optionsMenu`. [See an example...](../ApiReference/ui/action-bar/HOW-TO.md) + + ##1.1.0 (2015, June 10) ### New