diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a827d92..611849b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Removed the support for the `linux/arm/v7` platform of the _Docker_ image - Upgraded `Node.js` from version `22` to `24` (`Dockerfile`) - Upgraded the `Node.js` engine from version `>=22.18.0` to `>=24.19.0` (`package.json`) +### Todo + +- **Breaking Change**: The `linux/arm/v7` (32-bit `ARM`) platform of the _Docker_ image is no longer supported, since `Node.js` version `24` does not provide builds for it. Please switch to a 64-bit operating system (`linux/arm64`) to keep using _Ghostfolio_ on `ARM` devices. + ## 3.49.0 - 2026-08-12 ### Changed