From c7bfe1ef3fdfe4ff953b054527248e5911eb6f4e Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Mon, 29 Oct 2018 20:48:57 -0400 Subject: [PATCH] Tweaks to "CIDv1/Base32 Migration" section in 0.4.18 release notes. License: MIT Signed-off-by: Kevin Atkinson --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf434387..a50703955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -224,8 +224,9 @@ case intensive encoding required by domain names. This command converts a CID to version 1 and encodes it using base32. (2) A hack to allow locally looking up blocks associated with a CIDv0 CID using -the equivalent CIDv1 CID. This hack will eventually (likely in the next release) -be replaced with a proper CID-version agnostic datastore. +the equivalent CIDv1 CID (or the reverse). This hack will eventually +be replaced with a multihash indexed blockstore, which is agnostic to both the +CID version and multicodec content type. ### go-ipfs changelog