From e6e2ab58553516f7a9698bb8a67d44bd7bb00575 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 15 Jun 2011 22:31:54 +0200 Subject: [PATCH] Add shutdown procedure improvements to changelog --- docs/changes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index c93e0ee8..63f7d336 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -74,6 +74,9 @@ Please note that 0.5.0 requires some updated dependencies, as listed under - Added :option:`--interactive` for reading missing local settings from ``stdin``. (Fixes: :issue:`96`) + - Improve shutdown procedure at CTRL+C. Add signal handler for ``SIGTERM``, + which initiates the same shutdown procedure as CTRL+C does. + - Tag cache generator: - Made it possible to abort :command:`mopidy-scan` with CTRL+C.