Updated changelog documentation

This commit is contained in:
Gabriel Push 2025-11-25 19:18:10 -05:00
parent 51164024c0
commit cd8e466a46

View file

@ -32,6 +32,10 @@ New features:
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
enabled), dereference the symlink then hardlink, rather than creating a new
(potentially broken) symlink :bug:`5676`