diff --git a/CHANGELOG.md b/CHANGELOG.md index efc2c6c12..a2b623ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ The following emojis are used to highlight certain changes: - Updated, higher-definition icons in directory listings. - Customizable menu items next to "About IPFS" and "Install IPFS". - Valid DAG-CBOR and DAG-JSON blocks now provide a preview, where links can be followed. +- 🛠 In [`boxo/pinner`](./boxo/pinner), some listing methods have been changed to now return a `<-chan StreamedCid`. This allows the consumption of pins *while* the pinner is listing them, which for large pinset can take a long time. + The concerned methods are: + - `DirectKeys` + - `RecursiveKeys` + - `InternalKeys` ## [0.8.0] - 2023-04-05 ### Added