From 0d3e97089080f862566e89dfd14e50dc6ff9a8ea Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 28 Apr 2013 23:45:40 +0200 Subject: [PATCH] docs: Update changelog for v0.14.1 --- docs/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index fbfa2471..1dd14fb7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Changelog This changelog is used to track all major changes to Mopidy. +v0.14.1 (2013-04-28) +==================== + +This release addresses an issue in v0.14.0 where the new +:option:`mopidy-convert-config` tool and the new :option:`mopidy --option` +command line option was broken because some string operations inadvertently +converted some byte strings to unicode. + + v0.14.0 (2013-04-28) ====================