diff --git a/AUTHORS b/AUTHORS index 97fc5b9c..6853d5ab 100644 --- a/AUTHORS +++ b/AUTHORS @@ -36,3 +36,4 @@ - Colin Montgomerie - Simon de Bakker - Arnaud Barisain-Monrose +- nathanharper diff --git a/docs/changelog.rst b/docs/changelog.rst index bfd7c45d..df7de99a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,11 @@ This changelog is used to track all major changes to Mopidy. v0.19.0 (unreleased) ==================== +**MPD** + +- Minor refactor of context such that it stores password instead of config. + (Fixes: :issue:`646`) + **Windows** - Network and signal handling has been updated to play nice on windows systems.