diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c89224b1..ec4fb8850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,10 +29,11 @@ The following emojis are used to highlight certain changes: ### Changed - updated to go-libp2p to [v0.37.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.37.0) +- `ipns/pb`: removed use of deprecated `Exporter` (SA1019, [golang/protobuf#1640](https://github.com/golang/protobuf/issues/1640), [9a7055](https://github.com/ipfs/boxo/pull/699/commits/9a7055e444527d5aad3187503a1b84bcae44f7b9)) ### Fixed -- Fix panic if current live count is greater than broadcast limit [#702](https://github.com/ipfs/boxo/pull/702) +- `bitswap/client`: fix panic if current live count is greater than broadcast limit [#702](https://github.com/ipfs/boxo/pull/702) ## [v0.24.1]