diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a66f2a2..9204923f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ The following emojis are used to highlight certain changes: * A new `WithResolver(...)` option can be used with `NewBlocksBackend(...)` allowing the user to pass their custom `Resolver` implementation. * `boxo/bitswap/client`: * A new `WithoutDuplicatedBlockStats()` option can be used with `bitswap.New` and `bsclient.New`. This disable accounting for duplicated blocks, which requires a `blockstore.Has()` lookup for every received block and thus, can impact performance. +* ✨ Migrated repositories into Boxo + * github.com/ipfs/kubo/peering => ./peering ### Changed