From c426b76cce3b39f2cac1b9a13e7977fcf31f0461 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 23 Oct 2016 16:38:17 -0400 Subject: [PATCH] Changelog/thanks for #2231 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8213b9741..08be98a5c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -47,6 +47,8 @@ The are a couple of small new features: * ``beet --version`` now includes the python version used to run beets. * :doc:`/reference/pathformat` can now include unescaped commas (``,``) when they are not part of a function call. :bug:`2166` :bug:`2213` +* The :ref:`update-cmd` command takes a new ``-F`` flag to specify the fields + to update. Thanks to :user:`dangmai`. :bug:`2229` :bug:`2231` And there are a few bug fixes too: