changelog: update fuse 9044's entry
Jorropo committed
Sep 25, 2023 at 15:23 UTC
0f1ec5949e71e52545cda1c58bbbfe80e930d4a3
1 file changed
+4
-2
docs/changelogs/v0.23.md
+4
-2
@@ -14,6 +14,7 @@
14
- [Trustless Gateway Over Libp2p Experiment](#trustless-gateway-over-libp2p-experiment)
15
- [Removal of `/quic` (Draft 29) support](#removal-of-quic-draft-29-support)
16
- [Better Caching of multiaddresses for providers in DHT servers](#better-caching-of-multiaddresses-for-providers-in-dht-servers)
17
+ - [fixed FUSE directory listings](#fixed-fuse-directory-listings)
18
- [📝 Changelog](#-changelog)
19
- [👨👩👧👦 Contributors](#-contributors)
20
@@ -115,9 +116,10 @@ In most cases this enables skipping a second query which resolves the peer id to
116
117
This will improve content fetching lantency in the network overtime as servers updates.
118
118
-#### FUSE working again
119
+#### fixed FUSE directory listings
120
120
-A regression in 0.13.0 broke FUSE and was finally fixed.
121
+`ls`ing directories with fuse have been fixed. [#9044](https://github.com/ipfs/kubo/issues/9044)
122
+Thx a lot @bmwiedemann for debugging this issue.
123
124
### 📝 Changelog
125