From 1878d106564303fa72a32999ed1580b56b5af966 Mon Sep 17 00:00:00 2001 From: janoshrubos Date: Mon, 18 Jan 2021 14:42:46 +0100 Subject: [PATCH] docs: update 6.5.0 changelog --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 332e69585c..6a0077007a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -260,7 +260,7 @@ NativeScript CLI Changelog ================ -6.4.1 (2020, February 21) +6.5.0 (2020, May 22) === ### New @@ -269,9 +269,6 @@ NativeScript CLI Changelog ### Fixed -* [Fixed #5236](https://github.com/NativeScript/nativescript-cli/issues/5236): File paths from device logs are not clickable -* [Fixed #5251](https://github.com/NativeScript/nativescript-cli/issues/5251): External files are not livesynced -* [Fixed #5252](https://github.com/NativeScript/nativescript-cli/issues/5252): Logs from platform specific files point to incorrect file * [Fixed #5259](https://github.com/NativeScript/nativescript-cli/issues/5259): Unable to use pnpm on macOS and Linux * [Fixed #5260](https://github.com/NativeScript/nativescript-cli/issues/5260): `tns package-manager set invalid_value` does not say pnpm is supported * [Fixed #5261](https://github.com/NativeScript/nativescript-cli/issues/5261): `tns package-manager set ` does not give any output @@ -280,6 +277,16 @@ NativeScript CLI Changelog * [Fixed #5264](https://github.com/NativeScript/nativescript-cli/issues/5264): `tns package-manager --help` fails with error +6.4.1 (2020, February 25) +=== + +### Fixed + +* [Fixed #5236](https://github.com/NativeScript/nativescript-cli/issues/5236): File paths from device logs are not clickable +* [Fixed #5251](https://github.com/NativeScript/nativescript-cli/issues/5251): External files are not livesynced +* [Fixed #5252](https://github.com/NativeScript/nativescript-cli/issues/5252): Logs from platform specific files point to incorrect file + + 6.4.0 (2020, February 11) ===