@cryptotaxi247 / kubo / commits / 7cca58ea2

changelog: generalize fuse 9044's entry

Jorropo committed Sep 26, 2023 at 11:22 UTC 7cca58ea270dea771713534dd02c22116b6422f2
1 file changed +3 -3
docs/changelogs/v0.23.md
+3 -3
@@ -14,7 +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)
17 + - [fixed FUSE multiblock structures](#fixed-fuse-multiblock-structures)
18 - [📝 Changelog](#-changelog)
19 - [👨‍👩‍👧‍👦 Contributors](#-contributors)
20
@@ -116,9 +116,9 @@ 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
119 -#### fixed FUSE directory listings
119 +#### fixed FUSE multiblock structures
120
121 -`ls`ing directories with fuse have been fixed. [#9044](https://github.com/ipfs/kubo/issues/9044)
121 +`ls`ing directories and reading dag-pb files on a fuse volume have been fixed. [#9044](https://github.com/ipfs/kubo/issues/9044)
122 Thx a lot @bmwiedemann for debugging this issue.
123
124 ### 📝 Changelog