From 32dc808f716a534ccc1923451269d2ee2ea044f5 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 1 Jan 2017 00:47:03 -0500 Subject: [PATCH] Changelog entry for #2342 (fix #2253) --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9be90c766..909315ff3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,9 @@ Features: data source will fetch data for these fields when the next version of `python-musicbrainzngs`_ is released. Thanks to :user:`ibmibmibm`. :bug:`506` :bug:`507` :bug:`1547` :bug:`2333` +* A new :doc:`/plugins/absubmit` lets you run acoustic analysis software and + upload the results for others to use. Thanks to :user:`inytar`. :bug:`2253` + :bug:`2342` * :doc:`/plugins/random`: A new ``--time`` option lets you generate a random playlist that takes a given amount of time. Thanks to :user:`diomekes`. :bug:`2305` :bug:`2322`