mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Updated changelog documentation
This commit is contained in:
parent
51164024c0
commit
cd8e466a46
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ New features:
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
- :doc:`plugins/inline`: Fix recursion error when an inline field definition
|
||||||
|
shadows a built-in item field (e.g., redefining ``track_no``). Inline
|
||||||
|
expressions now skip self-references during evaluation to avoid infinite
|
||||||
|
recursion. :bug:`6115`
|
||||||
- When hardlinking from a symlink (e.g. importing a symlink with hardlinking
|
- When hardlinking from a symlink (e.g. importing a symlink with hardlinking
|
||||||
enabled), dereference the symlink then hardlink, rather than creating a new
|
enabled), dereference the symlink then hardlink, rather than creating a new
|
||||||
(potentially broken) symlink :bug:`5676`
|
(potentially broken) symlink :bug:`5676`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue