From 7a08e4a978e0dcc52bb84d92dcf795c761959f48 Mon Sep 17 00:00:00 2001 From: "nath@home" Date: Sat, 22 Apr 2017 15:07:28 +0200 Subject: [PATCH] Changelog for 2524 --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index bae5c1e49..5c0d15e0f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -52,6 +52,11 @@ New features: * :doc:`/plugins/play`: A new ``-y`` or ``--yes`` parameter lets you skip the warning message if you enqueue more items than the warning threshold usually allows. +* Fix a bug where commands which forked subprocesses would sometimes prevent + further inputs. This bug mainly affected :doc:`/plugins/convert`. + Thanks to :user:`jansol`. + :bug:`2488` + :bug:`2524` Fixes: