From 3f684455d265e00a739c8e396d9b593d2867f966 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 13 Jun 2017 09:20:21 -0400 Subject: [PATCH] Move changelog entry to the right position --- docs/changelog.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ff5f7330f..5b42be08d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ` 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: