Improve changelog for #4199

This commit is contained in:
Adrian Sampson 2022-08-21 10:36:40 -07:00
parent 1054b729d3
commit 2ebc28d6cb
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705

View file

@ -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 <exact-match>` queries, using the prefixes ``=`` and
``=~``.
:bug:`4251`