From 837bfa823a68429b314e7f11499429f62918e65d Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Fri, 20 May 2022 22:25:08 +0000 Subject: [PATCH] Version 22.5.1 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d45ae35..7e0511af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +2022-05-20 v22.5.1 +================== + +Nimbus `v22.5.1` is a `low-urgency` maintenance release addressing a Web3 compatibility regression and introducing Ropsten testnet support. + +### Improvements: + +* Support for the Ropsten testnet, intended for merge testing + https://github.com/status-im/nimbus-eth2/pull/3648 + +### Fixes: + +* Restore compatibility with certain Web3 endpoints + https://github.com/status-im/nimbus-eth2/pull/3645 + +* More spec-compliant handling of JSON fields in REST, for better compatibility with added and optional fields + https://github.com/status-im/nimbus-eth2/pull/3647 + 2022-05-17 v22.5.0 ==================