From d4742a54cb119b23f853449fb61fc76b337a4137 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 14 Dec 2025 13:28:42 +1100 Subject: [PATCH] Update CHANGES.txt for v3.6.116 Moved NVMe warning code and fixed false warnings for HDD volumes. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 2b4afd6..d648531 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +v3.6.116 +- Moved the "Warn if script located on NVMe volume" code to after the "check for new script version code. Issue #540 +- Bug fix for incorrectly warning that the script is located on an NVMe volume when it is on a SHR HDD volume that has, or had, different HDD sizes. Issue #540 + v3.6.115 - Added syno_hdd_shutdown.sh to the auto update code. - Now if script is located on an NVMe volume it warns you and exits. Previously it just warned you and continued.