diff --git a/docs/changelog.rst b/docs/changelog.rst index effa6d687..a38d5504a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) -------------------------