diff --git a/docs/changelog.rst b/docs/changelog.rst index 21e729fd..b46ad695 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,10 @@ v0.18.2 (UNRELEASED) Bug fix release. +- We now log warnings for wrongly configured extensions, and clearly label them + in :option:`mopidy config`, but does no longer stop Mopidy from starting + because of misconfigured extensions. (Fixes: :issue:`682`) + - Fix a crash in the server side WebSocket handler caused by connection problems with clients. (Fixes: :issue:`571`)