From cd21e88f8624cc7bb37cbfbe124cbc43b9ad19b8 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 25 Jul 2023 12:41:52 +0200 Subject: [PATCH] docs: add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d4b2536..1778fe249 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