docs(style): update changelog

This commit is contained in:
Alexander Minges 2025-07-25 11:23:21 +02:00
parent 5feda29dc0
commit c282cd1047
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4

View file

@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Comprehensive test suite for derivative license logic in AbstractProcessor
- Test suite for derivative license logic in AbstractProcessor
- Unit tests for DERIVATIVE_ALLOWED_LICENSES constant validation
- Helper function create_license_from_map() for consistent test data creation
- Helper function create_license_from_map() for test data creation
- Tests for all Creative Commons licenses and their derivative permissions
### Changed
@ -23,8 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Centralize TEMPLATES for consistent string formatting
- Replace custom HTTP_STATUS dict with Python's standard `http.HTTPStatus` enum
- Update AbstractProcessor and MetadataProcessor to use centralized constants
- Reorganize and consolidate test files for better organization and clarity
- Rename test files to better reflect their current purpose:
- Reorganize and consolidate test files
- Rename test files:
- `test_doi2dataset.py``test_validation_utils.py`
- `test_fetch_doi_mock.py``test_integration.py`
- `test_person.py``test_models.py`