changelog & docs typo fixes for #263

This commit is contained in:
Adrian Sampson 2013-05-19 10:44:35 -07:00
parent 748d8caa64
commit 90b4092e4f
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,9 @@ Changelog
**numeric ranges**. For example, you can get a list of albums from the '90s
by typing ``beet ls year:1990..1999`` or find high-bitrate music with
``bitrate:128000..``. See :ref:`numericquery`. Thanks to Michael Schuerig.
* :doc:`/plugins/random`: A new ``-e`` option gives an equal chance to each
artist in your collection to avoid biasing random samples to prolific
artists. Thanks to Georges Dubus.
* The :ref:`modify-cmd` now correctly converts types when modifying non-string
fields. You can now safely modify the "comp" flag and the "year" field, for
example. Thanks to Lucas Duailibe.

View file

@ -17,7 +17,7 @@ track, use ``-a``; to print paths to items instead of metadata, use ``-p``; and
to use a custom format for printing, use ``-f FORMAT``.
If the ``-e`` option is passed, the random choice will be even among
artists (the albumartist field) This makes sure that your antholofgy
artists (the albumartist field). This makes sure that your anthology
of Bob Dylan won't make you listen to Bob Dylan 50% of the time.
The ``-n NUMBER`` option controls the number of objects that are selected and