From 81aa1cc9f3beba77cc31ec3fe22ee23636fb9286 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Fri, 25 Jul 2025 09:47:40 +0200 Subject: [PATCH] docs: update v3.0.1 changelog with doc changes Document the installation and README improvements that clarify pip availability and development setup instructions. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22a6ff..8af39e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use logo in documentation and README - Remove unnecessary TYPE_CHECKING usage in favor of direct imports - Improve sphinx-multiversion configuration for better CI documentation building +- Update installation documentation to clarify pip availability and requirements +- Improve development setup instructions in README and documentation ### Fixed