From a517f6121ca3a184a2e73ab38db22dd682d865ba Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Mon, 22 Feb 2021 22:58:01 -0800 Subject: [PATCH] add changelog entry Signed-off-by: Antoine Toulme --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a509774f08e..367eb8137f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * Added `besu_transaction_pool_transactions` to the reported metrics, counting the mempool size [\#1869](https://github.com/hyperledger/besu/pull/1869) * Distributions and maven artifacts have been moved off of bintray [\#1886](https://github.com/hyperledger/besu/pull/1886) * admin_peers json RPC response now includes the remote nodes enode URL - +* add support for keccak mining and a ecip1049_dev network [\#1882](https://github.com/hyperledger/besu/pull/1882) ### Bug Fixes * Fixed incorrect `groupId` in published maven pom files.