From 785349661a76279382014384c038b4ac47e82c8e Mon Sep 17 00:00:00 2001 From: Miroslava Ivanova Date: Wed, 3 Jan 2018 13:21:27 +0200 Subject: [PATCH 1/3] release notes 3.4.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8adca28f11..89c3b6721e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ NativeScript CLI Changelog ================ +3.4.0 (2017, December 20) +== + +### Fixed +* [Fixed #3268](https://github.com/NativeScript/nativescript-cli/issues/3268): tns run android - EMFILE: too many open files +* [Fixed #3202](https://github.com/NativeScript/nativescript-cli/issues/3202): `tns update ` does not work +* [Fixed #3187](https://github.com/NativeScript/nativescript-cli/issues/3187): Android tns debug, crashing when there is a response from server +* [Fixed #2968](https://github.com/NativeScript/nativescript-cli/issues/2968): Separate prepare of JavaScript from preparation of native code +* [Fixed #3171](https://github.com/NativeScript/nativescript-cli/issues/3171): Make --chrome the default for tns debug ios + 3.3.1 (2017, November 17) +== + ### Fixed * [Fixed #3164](https://github.com/NativeScript/nativescript-cli/issues/3164): `npm run build-*-bundle` gets stuck at nativescript-unit-test-runner hook. * [Fixed #3182](https://github.com/NativeScript/nativescript-cli/issues/3182): CLI fails when unable to start Analytics Broker process. From 1c9cd595120e5c41fcfdd97ae187ea747b89fb2b Mon Sep 17 00:00:00 2001 From: Miroslava Ivanova Date: Wed, 3 Jan 2018 13:37:35 +0200 Subject: [PATCH 2/3] add implemented item --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c3b6721e..67468fb8f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,14 @@ NativeScript CLI Changelog 3.4.0 (2017, December 20) == +### New +* [Implemented #3171](https://github.com/NativeScript/nativescript-cli/issues/3171): Make --chrome the default for tns debug ios + ### Fixed * [Fixed #3268](https://github.com/NativeScript/nativescript-cli/issues/3268): tns run android - EMFILE: too many open files * [Fixed #3202](https://github.com/NativeScript/nativescript-cli/issues/3202): `tns update ` does not work * [Fixed #3187](https://github.com/NativeScript/nativescript-cli/issues/3187): Android tns debug, crashing when there is a response from server * [Fixed #2968](https://github.com/NativeScript/nativescript-cli/issues/2968): Separate prepare of JavaScript from preparation of native code -* [Fixed #3171](https://github.com/NativeScript/nativescript-cli/issues/3171): Make --chrome the default for tns debug ios 3.3.1 (2017, November 17) == From 4734d154a77aede7bec9b6aa99a4efa5c02250ee Mon Sep 17 00:00:00 2001 From: Miroslava Ivanova Date: Thu, 4 Jan 2018 12:08:32 +0200 Subject: [PATCH 3/3] remove a fixed issue from changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67468fb8f6..753b221f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ NativeScript CLI Changelog * [Fixed #3268](https://github.com/NativeScript/nativescript-cli/issues/3268): tns run android - EMFILE: too many open files * [Fixed #3202](https://github.com/NativeScript/nativescript-cli/issues/3202): `tns update ` does not work * [Fixed #3187](https://github.com/NativeScript/nativescript-cli/issues/3187): Android tns debug, crashing when there is a response from server -* [Fixed #2968](https://github.com/NativeScript/nativescript-cli/issues/2968): Separate prepare of JavaScript from preparation of native code 3.3.1 (2017, November 17) ==