From c86e67b0a4bfea2dd075057a9e0181993413b32f Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sat, 21 Feb 2026 10:37:43 +1100 Subject: [PATCH] Update CHANGES.txt for version 3.6.124 Added bug fixes for SATA M.2 drives in version 3.6.124. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 40da098..fe91b64 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +v3.6.124 +- Bug fix for script trying to set write_mostly on SATA M.2 drives. Issue #567 +- Bug fix for script trying to use nvme command to get SATA M.2 drives' vendor id. Issue #567 + v3.6.123 - Bug fix for WD Ultrastar drives that have "WDC " before the model name. Issue #559