From c7f0132c090a259b26af62cff7558c5aec2d6fd5 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:24:42 +1000 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3263c9e..f938db2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,7 +5,7 @@ v3.5.98 3. The script needs dtc. 4. The script is running from task scheduler. - Bug fix for "Enable write_mostly on slow internal drives so DSM runs from the fast internal drive(s)." Issue #340 -- Improved output to make it clear which drive(s) have most-writly set. +- Improved output to make it clear which drive(s) have most_writely set. v3.5.97 - Changed silently skip empty .db.new files with showing an error. Issue #175