From e5e4221bc00f55fd7807e8b84ab17b6e55c8d814 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 17 May 2018 14:36:02 +0300 Subject: [PATCH] chore: Update Changelog for 4.0.2 release Update Changelog for 4.0.2 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f62a7389..17baddd493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ NativeScript CLI Changelog ================ +4.0.2 (2018, May 18) +== + +### Fixed +* [Fixed #3595](https://github.com/NativeScript/nativescript-cli/issues/3595): Do not track local paths in Analytics +* [Fixed #3597](https://github.com/NativeScript/nativescript-cli/issues/3597): Users who subscribe to Progess Newsletter are not informed for the privacy policy + 4.0.1 (2018, May 11) ==