From f37b9eede332db80d3effeca354705948ea96ef1 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 12 Aug 2026 17:56:00 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea513023..d3a827d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- 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`) + ## 3.49.0 - 2026-08-12 ### Changed @@ -17,8 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Moved the support to edit an activity in the holding detail dialog from experimental to general availability - Removed the deprecated `isDraft` attribute of the activity in favor of the _Draft_ tag - Improved the language localization for German (`de`) -- 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`) ## 3.48.1 - 2026-08-11