From a4a5c08e72a9b69880fda3ccfdeab1eaa8b5a995 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sat, 21 Oct 2023 06:19:13 +1100 Subject: [PATCH] Update CHANGES.txt Bug fix for NVMe drives with / in the model name for non-device tree Synology models. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 450c048..1f885da 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +v3.1.65 +- Bug fix for NVMe drives with / in the model name for non-device tree Synology models. + v3.1.64 - Added -e --email option to disable coloured output to make task scheduler emails easier to read. - Bug fix for script not updating itself if .sh file had been renamed.