diff --git a/CHANGELOG.md b/CHANGELOG.md index 8388c06f9..34af42f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ The following emojis are used to highlight certain changes: IPIP. * There is no change to IPNS Records produced by `boxo/ipns`, it still produces both V1 and V2 signatures by default, it is still backward-compatible. +* 🛠 The `IPFSBackend` interface was updated to make the responses of the `Head` method + more explicit. It now returns a `HeadResponse` instead of a `files.Node`. ### Removed