changelog: update fuse 9044's entry

This commit is contained in:
Jorropo 2023-09-25 15:23:12 +02:00
parent 7173178799
commit 0f1ec5949e

View File

@ -14,6 +14,7 @@
- [Trustless Gateway Over Libp2p Experiment](#trustless-gateway-over-libp2p-experiment)
- [Removal of `/quic` (Draft 29) support](#removal-of-quic-draft-29-support)
- [Better Caching of multiaddresses for providers in DHT servers](#better-caching-of-multiaddresses-for-providers-in-dht-servers)
- [fixed FUSE directory listings](#fixed-fuse-directory-listings)
- [📝 Changelog](#-changelog)
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
@ -115,9 +116,10 @@ In most cases this enables skipping a second query which resolves the peer id to
This will improve content fetching lantency in the network overtime as servers updates.
#### FUSE working again
#### fixed FUSE directory listings
A regression in 0.13.0 broke FUSE and was finally fixed.
`ls`ing directories with fuse have been fixed. [#9044](https://github.com/ipfs/kubo/issues/9044)
Thx a lot @bmwiedemann for debugging this issue.
### 📝 Changelog