From c513ff1aa5f114ab61cf1bf704c12e3aa04f8bb7 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 24 Jun 2014 22:47:25 +0200 Subject: [PATCH] docs: Add PR#762 to changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d731b51b..157f0d73 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -141,6 +141,9 @@ This version has been released to npm as Mopidy.js v0.4.0. This is helpful as not all clients sort the returned items. (PR: :issue:`755`) +- Browse now supports different entries with identical names. (PR: + :issue:`762`) + - Search terms that are empty or consists of only whitespace are no longer included in the search query sent to backends. (PR: :issue:`758`)