From 3df05c233d494a03733ef18fbf73af80d30a7afa Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 30 Jan 2020 16:11:46 +0200 Subject: [PATCH] chore: update changelog for 6.4.0 release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ae976862..ff6a1ea219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ NativeScript CLI Changelog ================ +6.4.0 (2020, February 11) +=== + +### New + +* [Implemented #4654](https://github.com/NativeScript/nativescript-cli/issues/4654): Add support for pkg manager `pnpm` +* [Implemented #5214](https://github.com/NativeScript/nativescript-cli/issues/5214): Same dependencies installed multiple times in `node_modules` cause build failure +* [Implemented #5218](https://github.com/NativeScript/nativescript-cli/issues/5218): Allow configuring path/name to webpack.config.js +* [Implemented #5220](https://github.com/NativeScript/nativescript-cli/issues/5220): Native metadata filtering for iOS and Android +* [Implemented #5230](https://github.com/NativeScript/nativescript-cli/issues/5230): Obsolete support for Xcode 10 +* [Implemented #5233](https://github.com/NativeScript/nativescript-cli/issues/5233): Support command level hooks + +### Fixed + +* [Fixed #5187](https://github.com/NativeScript/nativescript-cli/issues/5187): Inaccessible native source code without modulemap + + 6.3.3 (2020, January 13) ===