From 4f156b99bc821d6f342b154cffe79ce0336403c2 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 10 Jul 2018 18:38:15 -0400 Subject: [PATCH] Changelog for #2980 --- docs/changelog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index df857a6bc..be6de2904 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,11 +27,15 @@ Fixes: configuration option is set. :bug:`2953` * With the :ref:`from_scratch` configuration option set, only writable fields - are cleared. Beets now no longer ignores the format your music is saved in. + are cleared. Beets now no longer ignores the format your music is saved in. :bug:`2972` * LastGenre: Allow to set the configuration option ``prefer_specific`` without setting ``canonical``. :bug:`2973` +* :doc:`/plugins/web`: Fix an error when using more recent versions of Flask + with CORS enabled. + Thanks to :user:`rveachkc`. + :bug:`2979`: :bug:`2980` 1.4.7 (May 29, 2018)