docs: Move commands changes to top of changelog

This commit is contained in:
Stein Magnus Jodal 2013-11-16 14:32:06 +01:00
parent c32f67f38c
commit 4e3cc59581

View File

@ -8,6 +8,24 @@ This changelog is used to track all major changes to Mopidy.
v0.17.0 (UNRELEASED)
====================
Still in development.
**Commands**
- Switched to sub-commands for the ``mopidy`` command , this implies the
following changes (fixes :issue:`437`):
===================== =================
Old command New command
===================== =================
mopidy --show-deps mopidy deps
mopidy --show-config mopidy config
mopidy-scan mopidy local scan
===================== =================
- Added hooks for extensions to create their own custom sub-commands and
converted ``mopidy-scan`` as first user of new API. (Fixes :issue:`436`)
**Core**
- The :class:`~mopidy.models.Track` model has grown fields for ``composers``,
@ -74,21 +92,6 @@ v0.17.0 (UNRELEASED)
:confval:`http/zeroconf` config value to change the service name or disable
the service. (Fixes: :issue:`39`)
**Sub-commands**
- Switched to sub-commands for the ``mopidy`` command , this implies the
following changes (fixes :issue:`437`):
===================== =================
Old command New command
===================== =================
mopidy --show-deps mopidy deps
mopidy --show-config mopidy config
mopidy-scan mopidy local scan
- Added hooks for extensions to create their own custom sub-commands and
converted ``mopidy-scan`` as first user of new API. (Fixes :issue:`436`)
v0.16.1 (2013-11-02)
====================