From 559b87ee5698e83cc497582f6759a69d315a2e52 Mon Sep 17 00:00:00 2001 From: Sebastian Mohr Date: Tue, 8 Apr 2025 18:29:54 +0200 Subject: [PATCH] Updated changelog. Also edited my previous changelog entry to streamline typehint entries a bit. --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 88d87e32f..b5e8f8e57 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -91,10 +91,10 @@ Other changes: wrong (outdated) commit. Now the tag is created in the same workflow step right after committing the version update. :bug:`5539` -* Added some typehints: ImportSession and Pipeline have typehints now. Should - improve useability for new developers. * :doc:`/plugins/smartplaylist`: URL-encode additional item `fields` within generated EXTM3U playlists instead of JSON-encoding them. +* typehints: `./beets/importer.py` file now has improved typehints. +* typehints: `./beets/plugins.py` file now includes typehints. 2.2.0 (December 02, 2024) -------------------------