From 2560a513dc2a141782084c8757fb2849f931c5e3 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 9 May 2017 23:12:45 -0700 Subject: [PATCH] update changelog --- Changelog.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.