Changelog for sorting (#823)

This commit is contained in:
Adrian Sampson 2014-08-22 15:02:50 -07:00
parent eb579cf14b
commit 132fad847b
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -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.