From 9fb358d3c015456d160bf72e7a07c2b0e6e1ba93 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 25 Nov 2016 21:28:41 -0500 Subject: [PATCH] Even more little changelog fixes --- docs/changelog.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 45cde53c3..893753ada 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -22,9 +22,10 @@ If you package beets for distribution, here's what you'll want to know: This version also makes a few changes to the command-line interface and configuration that you may need to know about: -* :doc:`/plugins/duplicates` no longer accepts multiple arguments in the form - of ``-k title albumartist album``. Each argument must be prefixed with - ``-k``. Example: ``-k title -k albumartist -k album`` +* :doc:`/plugins/duplicates`: The ``duplicates`` command no longer accepts + multiple field arguments in the form ``-k title albumartist album``. Each + argument must be prefixed with ``-k``, as in ``-k title -k albumartist -k + album``. * The old top-level ``colors`` configuration option has been removed (the setting is now under ``ui``). * The deprecated ``list_format_album`` and ``list_format_item``