Fix changelog after incorrect merge of 6225 (#6438)

* Fix changelog after incorrect merge of 6225

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

* Create 24.1.2-snapshot changelog entry

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

* Remove entry from previous version in changelog

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

---------

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
pull/6445/head
Matt Whitehead 10 months ago committed by GitHub
parent 98718ae270
commit 24718e391a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 17
      CHANGELOG.md

@ -1,6 +1,19 @@
# Changelog
## 24.1.1-SNAPSHOT
## 24.1.2-SNAPSHOT
### Breaking Changes
### Deprecations
### Additions and Improvements
### Bug fixes
- Fix the way an advertised host configured with `--p2p-host` is treated when communicating with the originator of a PING packet [#6225](https://github.com/hyperledger/besu/pull/6225)
### Download Links
## 24.1.1
### Breaking Changes
- New `EXECUTION_HALTED` error returned if there is an error executing or simulating a transaction, with the reason for execution being halted. Replaces the generic `INTERNAL_ERROR` return code in certain cases which some applications may be checking for [#6343](https://github.com/hyperledger/besu/pull/6343)
@ -30,7 +43,6 @@
### Download Links
## 24.1.0
### Breaking Changes
@ -87,7 +99,6 @@ https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/23.10.3-hotfix/besu-
### Bug fixes
- Fix Docker image name clash between Besu and evmtool [#6194](https://github.com/hyperledger/besu/pull/6194)
- Fix `logIndex` in `eth_getTransactionReceipt` JSON RPC method [#6206](https://github.com/hyperledger/besu/pull/6206)
- Fix the way an advertised host configured with `--p2p-host` is treated when communicating with the originator of a PING packet [#6225](https://github.com/hyperledger/besu/pull/6225)
### Download Links
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/23.10.3/besu-23.10.3.zip / sha256 da7ef8a6ceb88d3e327cacddcdb32218d1750b464c14165a74068f6dc6e0871a

Loading…
Cancel
Save