From 360e95437fad0599a10d270f1192f5bdb94887eb Mon Sep 17 00:00:00 2001 From: Keith Date: Sat, 5 Oct 2019 13:50:19 +0800 Subject: [PATCH] docs: adjust the typesettings of changelogs[skip ci] --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b062e3..3273a840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,9 +24,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### BREAKING CHANGES * **type:** replace difficulty with compactTarget in Epoch -* **type:** 1. remove unclesCount -2. merge witnessesRoot and transactionRoot -3. replace difficulty with compactTarget +* **type:** + 1. remove unclesCount + 2. merge witnessesRoot and transactionRoot + 3. replace difficulty with compactTarget * **type:** change the type of args from string[] to string * **type:** change the type of witnes from { data: string[] } to string * **rpc:** use bigint instead of number in the interfaces of rpc methods