Skip to content

Commit

Permalink
docs(CHANGELOG): document traceability.Block feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Jun 30, 2023
1 parent be83933 commit 6df3636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The following emojis are used to highlight certain changes:

### Added

* ✨ - while the call signature remains the same, the blocks that Bitswap returns can now be cast to [traceability.Block](./bitswap/client/traceability/block.go), which will additionally tell you where the Block came from and how long it took to fetch. This helps consumers of Bitswap collect better metrics on Bitswap behavior.

### Changed

* 🛠 The `ipns` package has been refactored. You should no longer use the direct Protobuf
Expand Down

0 comments on commit 6df3636

Please sign in to comment.