From 7cfab1eff5cdd92d5b49c9dd9b24ee2a4084814b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 22 Jun 2014 09:50:14 +0200 Subject: [PATCH] docs: Add PR#755 to changelog --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7f275da7..e0004ebb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -133,6 +133,10 @@ Feature release. - Browse support for playlists and albums has been added. (PR: :issue:`749`, :issue:`754`) +- The ``lsinfo`` command now returns browse results before local playlists. + This is helpful as not all clients sort the returned items. (PR: + :issue:`755`) + - Search terms that are empty or consists of only whitespace are no longer included in the search query sent to backends. (PR: :issue:`758`)