aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 7d32ba6..e614e6b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -5,6 +5,10 @@ Unreleased Changes
fuse_config pointer that can be used to adjust high-level API
specific configuration options.
+* The `nopath_flag` field of struct fuse_operations has been
+ removed. Instead, a new `nullpath_ok` flag can now be set
+ in struct fuse_config.
+
* File systems that use the low-level API and support lookup requests
for '.' and '..' should continue make sure to set the
FUSE_CAP_EXPORT_SUPPORT bit in fuse_conn_info->want.