Changelog refinement for #3258

This commit is contained in:
Adrian Sampson 2019-05-09 14:17:11 -04:00
parent 38bbb7de1d
commit d236e1edff

View file

@ -117,9 +117,10 @@ Some improvements have been focused on improving beets' performance:
to be displayed.
Thanks to :user:`pprkut`.
:bug:`3089`
* Querying the library was further improved by reusing compiled teamplates
instead of compiling them over and over again.
* Another query optimization works by compiling templates once and reusing
them instead of recompiling them to print out each matching object.
Thanks to :user:`SimonPersson`.
:bug:`3258`
* :doc:`/plugins/absubmit`, :doc:`/plugins/badfiles`: Analysis now works in
parallel (on Python 3 only).
Thanks to :user:`bemeurer`.