From 1883038e948c852aa29e0d2668dbeb13990e0b03 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:25:46 +1000 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 36b1124..f01be33 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,7 @@ v3.5.98 2. /bin/dtc or dtc are not in the same folder as the script. 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 v3.5.97 - Changed silently skip empty .db.new files with showing an error. Issue #175