diff --git a/docs/changelogs/v0.23.md b/docs/changelogs/v0.23.md index cb0b41276..a9b824537 100644 --- a/docs/changelogs/v0.23.md +++ b/docs/changelogs/v0.23.md @@ -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