diff --git a/docs/changelog.rst b/docs/changelog.rst index 072dc57a6..53ed48e0d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog 1.3.8 (in development) ---------------------- -Changelog goes here! +This release adds **sorting** to beets queries. See :ref:`query-sort`. 1.3.7 (August 22, 2014) diff --git a/docs/reference/query.rst b/docs/reference/query.rst index 7fdf14640..b85a03962 100644 --- a/docs/reference/query.rst +++ b/docs/reference/query.rst @@ -185,6 +185,8 @@ query won't necessarily find *all* the audio files in a directory---just the ones you've already added to your beets library. +.. _query-sort: + Sort Order ---------- @@ -207,6 +209,6 @@ You can also specify several sort orders, which will be used in the same order a which they appear in your query:: $ beet list -a genre+ year+ - + This command will sort all albums by genre and, in each genre, in chronological order.