Skip to content

Commit 55ef006

Browse files
committed
Add changelog entry
1 parent 1c64b8b commit 55ef006

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ For plugin developers:
7676
``album_for_id``, ``candidates``, ``item_candidates``, ``album_distance``, ``track_distance`` methods,
7777
please update your plugin to inherit from the new baseclass, as otherwise your plugin will
7878
stop working with the next major release.
79-
79+
* Flexible fields, which can be used by plugins to store additional metadata,
80+
now also support list values. Previously, beets would throw an error while
81+
storing the data in the SQL database due to missing type conversion.
82+
:bug:`5698`
83+
8084
Other changes:
8185

8286
* Refactor: Split responsibilities of Plugins into MetaDataPlugins and general Plugins.

0 commit comments

Comments
 (0)