docs: fix markdown syntax typo in v0.15's changelog

This commit is contained in:
Jorropo 2022-08-30 14:41:46 +02:00 committed by GitHub
parent 6a219af493
commit 0d9478d3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ We are improving release speed and cadence trying to have a new release every 5
You can now use `blake3` as a valid hash function:
- `ipfs block put --mhtype=blake3`
- `ipfs add --hash=blake3`
It uses a 32 bytes default size.
And verify up to 128 bytes.
Because `blake3` is variable output hash function, you can use a different digest length, set `mhlen`: `ipfs block put --mhtype=blake3 --mhlen=64`, `ipfs add` doesn't have this option yet.