From bb08750653930e38cba8ba82b02799c2ba111a29 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 9 Jul 2025 20:58:40 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4678135..0278aa94c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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 + +- Improved the asset profile dialog’s data gathering checkbox of the admin control panel to reflect the global settings + ## 2.180.0 - 2025-07-08 ### Added @@ -98,7 +104,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed `Account` to `account` in the `Order` database schema - Improved the language localization for German (`de`) - Upgraded `prettier` from version `3.5.3` to `3.6.2` -- Improved the _Asset Profile_ dialog to synchronize the state of the _Data Gathering_ checkbox with global settings ## 2.175.0 - 2025-06-28