From a290953ca5281cb75675b490d54514f66674b853 Mon Sep 17 00:00:00 2001 From: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:17:52 -0700 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Stefan Pingel <16143240+pinges@users.noreply.github.com> Signed-off-by: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f9f8f0fb6..ef7149dfec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ - Fix Besu Docker images with `openjdk-latest` tags since 23.10.3 using UID 1001 instead of 1000 for the `besu` user [#6360](https://github.com/hyperledger/besu/pull/6360) - Fluent EVM API definition for Tangerine Whistle had incorrect code size validation configured [#6382](https://github.com/hyperledger/besu/pull/6382) - Correct mining beneficiary for Clique networks in TraceServiceImpl [#6390](https://github.com/hyperledger/besu/pull/6390) -- Fix to gas limit delta calculations used in block production. Besu should now incrment or decerement the block gas limit towards its target correctly now (thanks @arbora) #6425 +- Fix to gas limit delta calculations used in block production. Besu should now incrment or decerement the block gas limit towards its target correctly (thanks @arbora) #6425 ### Download Links