aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-02 10:44:16 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-02 10:52:45 -0700
commitf164e9b8ca319dd1279384ff495b5fa91e778d9e (patch)
tree01716850c17bcdd03b51e5f69b80c678c7618aae /ChangeLog.rst
parent38ec9a4c2cb7a851ee22fd8939918329146eaed9 (diff)
downloadlibfuse-f164e9b8ca319dd1279384ff495b5fa91e778d9e.tar.gz
Renamed fuse_lowlevel_new() to fuse_session_new().
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 87ceae9..23c606e 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,9 @@
Unreleased Changes
==================
+* The `fuse_lowlevel_new` function has been renamed to
+ `fuse_session_new`.
+
* There are now new `fuse_session_unmount` and `fuse_session_mount`
functions that should be used in the low-level API. The
`fuse_mount` and `fuse_unmount` functions should be used with the