docs: add docstring formatting fix to unreleased

Prepare changelog entry for the docstring list formatting
improvements that will be included in the next release.
This commit is contained in:
Alexander Minges 2025-07-25 09:57:39 +02:00
parent 5e6601a873
commit 0f74e5dab2
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]
### Fixed
- Fix list formatting in API documentation docstrings for better sphinx rendering
## [v3.0.1] - 2025-07-25
### Added