From 3f84bee2ab47ba5c5d2647a622eec2e35577c7fb Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Thu, 16 Dec 2021 11:33:01 -0400 Subject: [PATCH] better changelog note for moving files --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 643c5bc..6275e6e 100644 --- a/manifest.json +++ b/manifest.json @@ -61,7 +61,7 @@ "packager": "Joshua Boudreau ", "changes": [ "Disallow downloading files of size 0 to avoid Cockpit bug where fsread never returns.", - "Overhaul copying/moving to use built in functions instead of rsync, speeding up moving files in the same fs." + "Overhaul copying/moving to use built in python functions instead of rsync, making moving large files within the same fs instant." ] } -} \ No newline at end of file +}