From ab2bb13c80d1312dbbb7e3afe5c266ad4b5433fc Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:52:02 +1100 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0aa3746..fc4b478 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,7 @@ v3.2.66 - Updated so E10M20-T1, M2D20 and M2D18 now work in models that use device tree and are using DSM 7.2 Update 2, Update 3, 7.2.1 and 7.2.1 Update 1. -- Fixed bug where memory was shown in MB but with GB unit. +- Fixed bug where memory was shown in MB but with GB unit. +- Removed -i, --immutable option. v3.1.65 - Bug fix for NVMe drives with / in the model name for non-device tree Synology models. Issue #154