From 981c4e4b81d0a71869968d83393904c3acc1492d Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Fri, 24 Jan 2014 19:35:26 +0100 Subject: [PATCH] docs: Update changelog and authors --- AUTHORS | 1 + docs/changelog.rst | 5 +++++ 2 files changed, 6 insertions(+) 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.