Skip to content

Commit

Permalink
Expand changelog for "or" queries (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Apr 17, 2015
1 parent 0979148 commit 6004da7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ 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`
* Queries can now use **"or" logic**: if you use a comma to separate parts of a
query, items and albums will match *either* side of the comma. For example,
``beet ls foo , bar`` will get all the items matching `foo` or matching
`bar`. See :ref:`combiningqueries`. :bug:`1423`

Little fixes and improvements:

Expand Down
2 changes: 2 additions & 0 deletions docs/reference/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ For example, this is what I might see when I run the command above::
Bat for Lashes - Two Suns - Good Love
...

.. _combiningqueries:

Combining Keywords
------------------

Expand Down

0 comments on commit 6004da7

Please sign in to comment.