From aa05e85e112f8a097fd164c34af31b62d79837dd Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Tue, 12 Mar 2019 11:03:56 +0200 Subject: [PATCH] chore: update Changelog for 5.2.2 and 5.2.3 releases --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36bc913a02..36875f2dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ NativeScript CLI Changelog ================ +5.2.3 (2019, March 12) +== + +### Fixed +* [Fixed #4426](https://github.com/NativeScript/nativescript-cli/pull/4426): Some http requests may stuck and instead of hanging, we should retry them + + +5.2.2 (2019, March 08) +== + +### Fixed +* [Fixed #4390](https://github.com/NativeScript/nativescript-cli/issues/4390): Update and synchronise the unit testing dependencies + + 5.2.1 (2019, March 05) == ### Implemented