From ddb5fb7c61e0194f7926e6f36fc72ba2a012304c Mon Sep 17 00:00:00 2001 From: Valentin Stoychev Date: Fri, 24 Jul 2015 16:04:06 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b05af8f..399862c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,8 @@ Fixed ### 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) +### Known issues +- ```tns debug ios``` command is not working. The workaround is to use ```tns debug ios --framework-path "__path to the iOS runtime__"```. A fix for this is coming in 1.2.1 which will be released in the week of July, 27th. ##1.1.0 (2015, June 10)