docs: add ICONS centralization to changelog

Document the refactoring of ICONS into a centralized constants
module for the next release.
This commit is contained in:
Alexander Minges 2025-07-25 10:18:52 +02:00
parent 93d54ebc61
commit df007b6076
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4

View file

@ -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