From f7ef080671d9e1c1a4b5c903fa107d63b6d65e81 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 29 Apr 2013 21:29:10 +0200 Subject: [PATCH] docs: Add argparse conversion to changelog --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c35cde49..6241f748 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,6 +14,14 @@ v0.15.0 (UNRELEASED) - Mopidy no longer supports Python 2.6. Currently, the only Python version supported by Mopidy is Python 2.7. (Fixes: :issue:`344`) +**Command line options** + +- Converted from the optparse to the argparse library for handling command line + options. + +- :option:`mopidy --show-config` will now take into consideration any + :option:`mopidy --option` arguments appearing later on the command line. + v0.14.1 (2013-04-28) ====================