diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 7bc86e2f..15a874f0 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -5,7 +5,7 @@ v1.1 (2017.1):: This release brings some major new components and improvements. -- A .NET layer that allows the creation of file systems in managed mode. This is contained in the new `winfsp-msil.dll`. +- A .NET layer that allows the creation of file systems in managed mode. This is contained in the new `winfsp-msil.dll`. The new .NET layer is being tested with the WinFsp test suites and Microsoft's ifstest. - A simple C++ layer can be found in `inc/winfsp/winfsp.hpp`. - FUSE for Cygwin is now included with the installer. - FUSE now has a `-ovolname=VOLNAME` parameter that allows setting the volume label. Thanks @samkelly.