diff --git a/docs/changelog.rst b/docs/changelog.rst index 84bb0cc02..640e46988 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -92,6 +92,9 @@ Bug fixes: preventing incorrect splits when both are present. - :doc:`reference/cli`: Fix 'from_scratch' option for singleton imports: delete all (old) metadata when new metadata is applied. :bug:`3706` +- :doc:`/plugins/convert`: ``auto_keep`` now respects ``no_convert`` and + ``never_convert_lossy_files`` when deciding whether to copy/transcode items, + avoiding extra lossy duplicates. For plugin developers: