From 0f74e5dab269add6d6ebca165fe233bbc4ca8818 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Fri, 25 Jul 2025 09:57:39 +0200 Subject: [PATCH] docs: add docstring formatting fix to unreleased Prepare changelog entry for the docstring list formatting improvements that will be included in the next release. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af39e9..5b75b2f 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] +### Fixed + +- Fix list formatting in API documentation docstrings for better sphinx rendering + ## [v3.0.1] - 2025-07-25 ### Added