diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 32b3f70e..4361a058 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -9,6 +9,7 @@ This is the WinFsp 2017 release! :tada: - Adds chocolatey package. Try `choco install winfsp` (note: pending approval from chocolatey.org). - FUSE `-d` output now always goes to stderr. There is also a new `-oDebugLog=FILE` switch to specify a debug output file. - FUSE now provides a default `statfs` implementation if a file system does not provide one. +- The WinFsp DLL now exports `fuse_*` symbols in addition to the `fsp_fuse_*` symbols. These symbols are for use with programs that use FFI technology such as jnr-fuse and fusepy *ONLY*. They are not supposed to be used by native C/C++ programs. Such programs are supposed to include the `` headers. v1.0RC3::