From 803d47f12cfbd92120fe2259a6544a76a07686cd Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Fri, 14 Sep 2018 08:59:08 +0300 Subject: [PATCH] docs: update Changelog for 4.2.4 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca50a1ae2..b15be298e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ NativeScript CLI Changelog ================ +4.2.4 (2018, September 17) +== + +### Fixed +* [Fixed #3881](https://github.com/NativeScript/nativescript-cli/pull/3881): Replace forum references with stack overflow. +* [Fixed #3883](https://github.com/NativeScript/nativescript-cli/issues/3883): CLI installs the app on every change +* [Fixed #3893](https://github.com/NativeScript/nativescript-cli/pull/3893): [API] Errors are raised when emulator lost/found event is raised. +* [Fixed #3893](https://github.com/NativeScript/nativescript-cli/pull/3893): [API] Android emulator image display names are not correct. +* [Fixed #3894](https://github.com/NativeScript/nativescript-cli/issues/3894): `Socket Error: Error: write ECONNABORTED` is raised when trying to run on Android + + 4.2.3 (2018, August 27) ==