Changelog entry for OR-operator

This commit is contained in:
Tom Jaspers 2015-04-16 10:09:46 +02:00
parent 13eabe25dd
commit 0a4e8309fd

View file

@ -11,6 +11,9 @@ New features:
* :doc:`/plugins/fetchart`: new settings `minwidth` and `enforce_ratio`
to put restrictions (min width in pixels, and 1:1 image ratio, resp.)
for valid album art candidates. :bug:`1394`
* Queries can take the "OR"-operator in the form of a comma, e.g.,
``beet ls foo , bar`` to get all items matching `foo` or matching `bar`.
:bug:`1423`
Little fixes and improvements: