updated CHANGELOG.md

This commit is contained in:
2025-10-04 13:40:50 -05:00
parent 05b12ece89
commit f3e46f4419

View File

@@ -34,6 +34,8 @@
* Implemented POSIX-compliant `unlink()` with FUSE `hard_remove`
* Open handles remain valid after `unlink()`
* Refactored CLI messages and error handling to use common methods
* Enhanced remote mount client thread mapping
* Threads are now mapped 1-1 from client to server instead of being tied to a fixed-size thread pool
## v2.0.7-release