From dacaff41e45fd93f0c35e1d678f69563b41559ab Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 12 Oct 2022 15:33:18 +0100 Subject: [PATCH] changelog: update for v1.12B2 --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index f1cf1795..89c0e634 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,12 @@ - [NEW] A new registry setting `MountUseMountmgrFromFSD` has been added. See [WinFsp Registry Settings](https://github.com/winfsp/winfsp/wiki/WinFsp-Registry-Settings) for details. +- [FIX] A problem with Windows containers has been fixed. (GitHub issue #438.) + +- [FIX] File systems can now be mounted as directories on ARM64. (GitHub issue #448.) + +- [FIX] The passthrough file system now reports correct `IndexNumber`. (GitHub issue #325.) + - [BUILD] Product configuration for the relative paths to the File System Driver, Network Provider and EventLog is now possible via the file `build.version.props` located in `build\VStudio`.