From 3f911eb6d824ab592de4065225c8a37e26a8abe3 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 11 Oct 2021 15:36:17 +0200 Subject: [PATCH] fix(changelog): fix cbor -> metadata field typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c92f8961..0678dec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2 ### Changed -- `/txs/{hash}/metadata/cbor` and `metadata/txs/labels/{label}/cbor` property `cbor_metadata` is now deprecated in favour of `cbor` property +- `/txs/{hash}/metadata/cbor` and `metadata/txs/labels/{label}/cbor` property `cbor_metadata` is now deprecated in favour of `metadata` property ### Fixed