Fixed doc

This commit is contained in:
Gabriel Push 2025-12-02 20:21:18 -05:00
parent cf55d5acfa
commit b2fbab5ca2

View file

@ -32,9 +32,9 @@ New features:
Bug fixes:
- When using :doc:`plugins/fromfilename` together with
:doc:`plugins/edit`, temporary tags extracted from filenames are no longer
lost when discarding or cancelling an edit session during import. :bug:`6104`
- When using :doc:`plugins/fromfilename` together with :doc:`plugins/edit`,
temporary tags extracted from filenames are no longer lost when discarding or
cancelling an edit session during import. :bug:`6104`
- :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