docs: Add argparse conversion to changelog

This commit is contained in:
Stein Magnus Jodal 2013-04-29 21:29:10 +02:00
parent 1fb9634e47
commit f7ef080671

View File

@ -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)
====================