mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
Move changelog entry to the right position
This commit is contained in:
parent
719b699d00
commit
3f684455d2
1 changed files with 4 additions and 8 deletions
|
|
@ -6,6 +6,10 @@ Changelog
|
|||
|
||||
Features:
|
||||
|
||||
* It is now possible to set fields to certain values during import, using
|
||||
either the `importer.set_fields` dictionary in the config file, or by
|
||||
passing one or more `--set field=value` options on the command-line.
|
||||
:bug: `1881`
|
||||
* :ref:`Date queries <datequery>` can now include times, so you can filter
|
||||
your music down to the second. Thanks to :user:`discopatrick`. :bug:`2506`
|
||||
:bug:`2528`
|
||||
|
|
@ -88,14 +92,6 @@ Here's a full list of new features:
|
|||
Thanks to :user:`jansol`.
|
||||
:bug:`2488`
|
||||
:bug:`2524`
|
||||
* A new field, ``composer_sort``, is now supported and fetched from
|
||||
MusicBrainz.
|
||||
Thanks to :user:`dosoe`.
|
||||
:bug:`2519` :bug:`2529`
|
||||
* It is now possible to set fields to certain values during import, using
|
||||
either the `importer.set_fields` dictionary in the config file, or by
|
||||
passing one or more `--set field=value` options on the command-line.
|
||||
:bug: `1881`
|
||||
|
||||
There are also quite a few fixes:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue