From 406550e4ccd1b3d683d58b537f1cab3a307a4b54 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:29:38 -0700 Subject: [PATCH] Resolve light wallet syncing regression (#18236) * Update CHANGELOG for 2.4.1 * Update some other items int he changelog * Revert "Update some other items int he changelog" This reverts commit 047b816cfe4a1f36174a382d8e74d5a67d2f5612. * changelog updates --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc7204696ee..0ef6835e8995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for setuptools_scm/PEP 440 reasons. +## 2.4.1 Chia blockchain 2024-06-25 + +## What's Changed +### Fixed +* Fixed light wallet (wallet only) syncing issues introduced in 2.4.0 + +### Known Issues +* A breaking backwards compatibility issue was introduced in 2.4.0 in the daemon RPC call `add_private_key`. We expect to resolve this in a future release. + +### Deprecated +macOS 11 (Big Sur) is deprecated. This release (2.4.1) will be the last release to support macOS 11 + ## 2.4.0 Chia blockchain 2024-06-20 ## What's Changed