Added changelog entry and git blame ignore revs.

This commit is contained in:
Sebastian Mohr 2025-11-03 14:04:22 +01:00
parent 25ae330044
commit b3b7dc3316
2 changed files with 7 additions and 0 deletions

View file

@ -73,3 +73,7 @@ d93ddf8dd43e4f9ed072a03829e287c78d2570a2
33f1a5d0bef8ca08be79ee7a0d02a018d502680d 33f1a5d0bef8ca08be79ee7a0d02a018d502680d
# Moved art.py utility module from beets into beetsplug # Moved art.py utility module from beets into beetsplug
28aee0fde463f1e18dfdba1994e2bdb80833722f 28aee0fde463f1e18dfdba1994e2bdb80833722f
# Refactor `ui/commands.py` into multiple modules
59c93e70139f70e9fd1c6f3c1bceb005945bec33
a59e41a88365e414db3282658d2aa456e0b3468a
25ae330044abf04045e3f378f72bbaed739fb30d

View file

@ -43,6 +43,9 @@ Other changes:
- The documentation chapter :doc:`dev/paths` has been moved to the "For - The documentation chapter :doc:`dev/paths` has been moved to the "For
Developers" section and revised to reflect current best practices (pathlib Developers" section and revised to reflect current best practices (pathlib
usage). usage).
- Refactored the ``beets/ui/commands.py`` monolithic file (2000+ lines) into
multiple modules within the ``beets/ui/commands`` directory for better
maintainability.
2.5.1 (October 14, 2025) 2.5.1 (October 14, 2025)
------------------------ ------------------------