From 6be598d5611ed01d0b597dabea61b96ff69f8626 Mon Sep 17 00:00:00 2001 From: Fatme Havaluova Date: Mon, 17 Aug 2015 16:28:09 +0300 Subject: [PATCH] Changelog 1.2.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc8397e0c..76c1777689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ NativeScript CLI Changelog ================ +1.2.3 (2015, August 18) +== + +### Fixed + +* [Fixed #776](https://github.com/NativeScript/nativescript-cli/issues/776): `tns livesync ios --emulator --watch` doesn't sync changes. +* [Fixed #777](https://github.com/NativeScript/nativescript-cli/issues/777): `tns library add ios` does not build correct relative paths to referenced frameworks for mdgenerator. +* [Fixed #779](https://github.com/NativeScript/nativescript-cli/issues/779): Command failed due to space in library reference path. + 1.2.2 (2015, August 11) ==