From 9b5f313e66d7ffe3146d84d6ad2b4ef6431e87be Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 23 Jun 2023 11:47:32 +0200 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8618b71037..64ec2f354f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ The following emojis are used to highlight certain changes: ### Added +* ✨ The gateway now supports the optional `order` and `dups` CAR parameters + from [IPIP-412](https://github.com/ipfs/specs/pull/412). `BlocksBackend` only + DFS ordering. If the request explicitly requests an ordering other than `dfs` + and `unk`, the request will return an error. + ### Changed * 🛠 The `ipns` package has been refactored. You should no longer use the direct Protobuf