From 3618a2d9356165ccea91034866daa20a434282aa Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:43:09 +1000 Subject: [PATCH] Update CHANGES.txt with new bug fix details Added note about NVMe drives showing as Unverified due to bug fix. --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 915ce5a..579812b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,6 @@ v3.6.137 - Bug fix for the wrong E10M20-T1, M2D20, M2D18 and M2D17 db files getting processed if the main drives were migrated from a different Synology model. + - Resulted in NVMe drives in one of the above PCIe cards still showing as Unverified. v3.6.136 - Added messages when write mostly options were used but write mostly cannot be set. Issue #602