From e495e382e7d2c4b2b507b28424086e141bd49b35 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 28 Nov 2015 23:54:44 +0100 Subject: [PATCH] docs: Update changelog and authors --- AUTHORS | 1 + docs/changelog.rst | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/AUTHORS b/AUTHORS index 439b8ed7..38c394dc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -75,3 +75,4 @@ - kozec - Jelle van der Waa - Alex Malone +- Daniel Hahler diff --git a/docs/changelog.rst b/docs/changelog.rst index 0f9dacb6..3bda9237 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,12 @@ Models :meth:`mopidy.core.LibraryController.get_images` instead. (Fixes: :issue:`1325`) +Extension support +----------------- + +- Log exception and continue if an extension crashes during setup. Previously, + we let Mopidy crash if an extension's setup crashed. (PR: :issue:`1337`) + Local backend --------------