From be5138376bfc100e7cf2eed0c7d3dfb489b7ee4e Mon Sep 17 00:00:00 2001 From: Diego Moreda Date: Wed, 25 Nov 2015 18:04:49 +0100 Subject: [PATCH] info: add changelog entry for format option --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ce707ab88..746ede4a6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,6 +24,8 @@ New: *exclude* matching music from the results. For example, ``beet list -a beatles ^album:1`` will find all your albums by the Beatles except for their singles compilation, "1." See :ref:`not_query`. :bug:`819` :bug:`1728` +* :doc:`/plugins/info`: The plugin now accepts the ``-f/--format`` option for + customizing how items are displayed. :bug:`1737` For developers: