Skip to content

Commit 909fd1e

Browse files
committed
Reorganize changelog for performance improvements
1 parent 89aa5c7 commit 909fd1e

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docs/changelog.rst

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,19 @@ And many improvements to existing plugins:
113113

114114
Some improvements have been focused on improving beets' performance:
115115

116-
* Querying the library is now faster because we only convert fields that need
117-
to be displayed.
118-
Thanks to :user:`pprkut`.
119-
:bug:`3089`
120-
* Another query optimization works by compiling templates once and reusing
121-
them instead of recompiling them to print out each matching object.
122-
Thanks to :user:`SimonPersson`.
123-
:bug:`3258`
116+
* Querying the library is now faster:
117+
* We only convert fields that need to be displayed.
118+
Thanks to :user:`pprkut`.
119+
:bug:`3089`
120+
* We now compile templates once and reuse them instead of recompiling them
121+
to print out each matching object.
122+
Thanks to :user:`SimonPersson`.
123+
:bug:`3258`
124+
* Querying the library for items is now faster, for all queries that do not
125+
need to access album level properties. This was implemented by lazily
126+
fetching the album only when needed.
127+
Thanks to :user:`SimonPersson`.
128+
:bug:`3260`
124129
* :doc:`/plugins/absubmit`, :doc:`/plugins/badfiles`: Analysis now works in
125130
parallel (on Python 3 only).
126131
Thanks to :user:`bemeurer`.
@@ -130,10 +135,6 @@ Some improvements have been focused on improving beets' performance:
130135
is long.
131136
Thanks to :user:`ray66`.
132137
:bug:`3207` :bug:`2752`
133-
* Querying the library for items is now faster, for all queries that do not need
134-
to access album level properties. This was implemented by lazily fetching the
135-
album only when needed.
136-
Thanks to :user:`SimonPersson`.
137138

138139
Several improvements are related to usability:
139140

0 commit comments

Comments
 (0)