Skip to content

Commit

Permalink
changelog: generalize fuse 9044's entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed Sep 26, 2023
1 parent 0f1ec59 commit 7cca58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/changelogs/v0.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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)
- [fixed FUSE multiblock structures](#fixed-fuse-multiblock-structures)
- [πŸ“ Changelog](#-changelog)
- [πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors](#-contributors)

Expand Down Expand Up @@ -116,9 +116,9 @@ 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.

#### fixed FUSE directory listings
#### fixed FUSE multiblock structures

`ls`ing directories with fuse have been fixed. [#9044](https://github.com/ipfs/kubo/issues/9044)
`ls`ing directories and reading dag-pb files on a fuse volume have been fixed. [#9044](https://github.com/ipfs/kubo/issues/9044)
Thx a lot @bmwiedemann for debugging this issue.

### πŸ“ Changelog
Expand Down

0 comments on commit 7cca58e

Please sign in to comment.