diff --git a/docs/changelog.rst b/docs/changelog.rst index edd4f47ad..6135fa509 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -26,7 +26,9 @@ New features: :bug:`4101` * Add the item fields ``bitrate_mode``, ``encoder_info`` and ``encoder_settings``. * Add query prefixes ``=`` and ``~``. -* :doc:`/reference/config`: Allow to configure which fields are used to find duplicates +* A new configuration option, :ref:`duplicate_keys`, lets you change which + fields the beets importer uses to identify duplicates. + :bug:`1133` :bug:`4199` * Add :ref:`exact match ` queries, using the prefixes ``=`` and ``=~``. :bug:`4251`