From d45f3ffac4b4f39b2e9f7f93385a8a476c127e8c Mon Sep 17 00:00:00 2001 From: "Ratan (Rai) Sur" Date: Fri, 24 Jul 2020 10:18:48 -0500 Subject: [PATCH] add color and dev network points to changelog (#1257) Signed-off-by: Ratan Rai Sur --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f75c3516a4..c93f25dcff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,16 @@ on `--privacy-onchain-groups-enabled`. [\#1222](https://github.com/hyperledger/b ### Additions and Improvements * HTTP/2 is enabled for JSON-RPC Http API over TLS. [\#1145](https://github.com/hyperledger/besu/pull/1145) - +* Color output in consoles. It can be disabled with `--color-enabled=false` * Add compatibility with ClusterIP services for the Kubernetes Nat Manager [\#1156](https://github.com/hyperledger/besu/pull/1156) ### Bug fixes -- Fix synchronization timeout issue when the blocks were too large [\#1149](https://github.com/hyperledger/besu/pull/1149) - +* When the default sync mode was changed to fast sync for named networks, +there was one caveat we didn't address. The `dev` network should've been full sync by default. +This has now been fixed. +* Fix synchronization timeout issue when the blocks were too large [\#1149](https://github.com/hyperledger/besu/pull/1149) + ### Known Issues