From df007b607643f48493aa8c34c351de4ec6bafbfc Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Fri, 25 Jul 2025 10:18:52 +0200 Subject: [PATCH] docs: add ICONS centralization to changelog Document the refactoring of ICONS into a centralized constants module for the next release. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b75b2f..6bdd8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Centralize ICONS definitions in core/constants.py module to eliminate code duplication + ### Fixed - Fix list formatting in API documentation docstrings for better sphinx rendering