From 4e3cc595816e77142549425c82e021689cffe912 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 16 Nov 2013 14:32:06 +0100 Subject: [PATCH] docs: Move commands changes to top of changelog --- docs/changelog.rst | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 04c5eaa1..b1f7ebc7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ====================