diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 10:44:16 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 10:52:45 -0700 |
commit | f164e9b8ca319dd1279384ff495b5fa91e778d9e (patch) | |
tree | 01716850c17bcdd03b51e5f69b80c678c7618aae /ChangeLog.rst | |
parent | 38ec9a4c2cb7a851ee22fd8939918329146eaed9 (diff) | |
download | libfuse-f164e9b8ca319dd1279384ff495b5fa91e778d9e.tar.gz |
Renamed fuse_lowlevel_new() to fuse_session_new().
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 3 |
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 |