From a809b0787e4a8b4af062cd90060e513559e0c145 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 20 Jul 2018 15:34:31 -0700 Subject: [PATCH] changelog: add FUSE3 information --- Changelog.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 29bf2d9f..e09dd9db 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -5,7 +5,7 @@ v1.4B2 (2018.2 B2):: Changes since v1.3: -* New FUSE3 API support. FUSE version 3.2 is supported. +* FUSE3 API (version 3.2) is now available. The FUSE2 API (version 2.8) remains also supported. * New `Control` file system operation allows sending custom control codes to the file system using the Windows `DeviceIoControl` API. * `FlushAndPurgeOnCleanup` has now been added to the .NET API. (GitHub PR #176; thanks @FrKaram.) * New sample file system "airfs" contributed by @JohnOberschelp.