From a5c5ca5dfc28361377b795185195897edd3df0b2 Mon Sep 17 00:00:00 2001 From: kemihak Date: Thu, 22 Feb 2024 21:34:43 +0100 Subject: [PATCH] Update NEWS.md --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index c13cdf67..03854c6b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,7 +8,8 @@ NEW FEATURES : ### Breaking changes * `setPlaylist()` optimized for the API mode - - returned an updated list of simulation parameters returned by the function `setSimulationPath()` and `setSimulationPathAPI()` + - returned an updated list of simulation parameters returned by the function `setSimulationPath()` and `setSimulationPathAPI()` +* `.createCluster()` uses data.table::fwrite() instead of utils::write.table() for optimization BUGFIXES :