We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47113e1 commit 43b3be4Copy full SHA for 43b3be4
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# FUSE for Rust - Changelog
2
3
+## 0.16.0 - 2025-09-12
4
+* Add support for passthrough file descriptors
5
+* Change `KernelConfig` capabilities flags parameters to `u64`
6
+* Remove feature flags `abi-7-9` through `abi-7-18`
7
+* Improve macfuse compatibility (note that macfuse remains untested)
8
+* Fix unsound behavior when linking with libfuse3
9
+* Performance optimizations
10
+* Update documentation
11
+
12
## 0.15.1 - 2024-11-27
13
* Fix crtime related panic that could occur on MacOS. See PR #322 for details.
14
0 commit comments