From 700b9a64ee2f267fd2cedc5fb285d0822d59a0b3 Mon Sep 17 00:00:00 2001 From: msil Date: Thu, 24 Oct 2019 15:24:49 +0100 Subject: [PATCH] update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 15958a0ea..169da71ba 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,9 @@ Changelog New features: +* :doc:`plugins/discogs` now adds two extra fields: `discogs_labelid` and + `discogs_artistid` + :bug: `3413` * :doc:`/plugins/export`: Added new ``-f`` (``--format``) flag; which allows for the ability to export in json, csv and xml. Thanks to :user:`austinmm`.