Revise changelog for #2814

This commit is contained in:
Adrian Sampson 2018-02-22 15:50:46 -05:00
parent 6e23f9f91d
commit d07c0ab85b

View file

@ -51,12 +51,19 @@ Fixes:
querying for dates within a certain month would fail to match dates within
hours of the end of that month.
:bug:`2652`
* Convert plugin now runs before all others in the pipeline to solve an issue
with generating ReplayGain data incompatible between the source and target
file formats. This option to request (part of) your plugin to run early in the
pipeline has been exposed in the plugin API as well (```early_import_stages```).
* :doc:`/plugins/convert`: The plugin now runs before other plugin-provided
import stages, which addresses an issue with generating ReplayGain data
incompatible between the source and target file formats.
:bug:`2814`
Thanks to :user:`autrimpo`.
For developers:
* Plugins can now run their import stages *early*, before other plugins. Use
the ``early_import_stages`` list instead of plain ``import_stages`` to
request this behavior.
:bug:`2814`
1.4.6 (December 21, 2017)
-------------------------