From 0754940465fad936feea596df00ca289e5dd7aed Mon Sep 17 00:00:00 2001 From: Simon Persson Date: Fri, 10 May 2019 19:41:11 +0200 Subject: [PATCH] Add changelog entry. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d88bf0b12..145eed330 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -126,6 +126,10 @@ Some improvements have been focused on improving beets' performance: is long. Thanks to :user:`ray66`. :bug:`3207` :bug:`2752` +* Querying the library for items is now faster, for all queries that do not need + to access album level properties. This was implemented by lazily fetching the + album only when needed. + Thanks to :user:`SimonPersson`. Several improvements are related to usability: