From a8d5f2729c1f956912d54a14933da75f13ab1726 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 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