From a84055bcbaa87a944cac158671f721a6ce38fe6e Mon Sep 17 00:00:00 2001 From: "James C. Owens" Date: Tue, 12 Mar 2024 23:40:56 -0400 Subject: [PATCH] Update CHANGELOG for 5.4.7.0 release. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945a0ecc15..f194b20dad 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [5.4.7.0], 2024-03-13, leisure + +### Added + - net, consensus: Ban nodes 5.4.5.0 and below #2751 (@jamescowens) + +### Changed + +### Removed + +### Fixed + - util: Adjust Fraction class addition overload overflow tests #2748 (@jamescowens) + ## [5.4.6.0], 2024-03-02, leisure, "Miss Piggy" ### Added