mirror of
https://github.com/beetbox/beets.git
synced 2025-12-20 15:43:58 +01:00
updated changelog to include fix for #2740
This commit is contained in:
parent
530beb6312
commit
4813786382
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ New features:
|
|||
|
||||
Fixes:
|
||||
|
||||
* :doc:`/plugins/hook`: Fixed a problem whereby accessing non-string properties of
|
||||
objects such as item or album (e.g. item.track) would cause a crash.
|
||||
Thanks to :user:`broddo`.
|
||||
:bug:`2740`
|
||||
* :doc:`/plugins/play`: When ``relative_to`` is set, correctly emit relative paths
|
||||
even when querying for albums rather than tracks.
|
||||
Thanks to :user:`j000`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue