docs: update CHANGELOG.md

This commit is contained in:
Alexander Minges 2025-07-17 11:24:33 +02:00
parent 6c9ba4ff1e
commit 86c20c6d08
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4

View file

@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Environment variables take precedence over configuration file values
- Backward compatibility maintained - config file values used when environment variables are not set
### Changed
- Harmonized gitlint configuration with commitlint standards
- Enforce lowercase descriptions and proper scope validation in commit messages
- Expand automated commit ignoring for merge/revert/fixup/squash commits
- Update pre-commit CI messages to follow conventional commit format
- Improve commit message documentation with validation examples and best practices
## [v2.0.3] - 2025-07-14
### Added