From 44c621c0deab2745c33600851a858f51398fa307 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 15 May 2025 20:23:06 +0100 Subject: [PATCH] changelog: 2025 --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6975d5b4..2b24b5b9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,17 @@ # Changelog +## v2.1 (2025) + +- [FIX] Fixes a compatibility problem with certain AntiVirus products (e.g. Trend Micro). + +- [FIX] Fixes a couple of rare BSODs on recent versions of Windows 11. See commits a482183, a2cd697 for details. + +- [FIX] Fixes a rare problem when using `NtCreateFile` to perform "relative" opens on a network drive (see GitHub issue #561). + +- [FIX] Fixes a racing issue with two processes competing to start the FSD discovered during testing. + + ## v2.1B2 (2024 Beta2) - [FIX] Fixes a rare BSOD on recent versions of Windows. See commit a482183 for details.