Changelog for #3237

This commit is contained in:
Carl Suster 2019-05-19 12:07:31 +10:00
parent 1289efeeee
commit 48568c0e70

View file

@ -23,6 +23,22 @@ New features:
.. _NO_COLOR: https://no-color.org
For plugin developers:
* `MediaFile`_ has been split into a standalone project. Where you used to do
``from beets import mediafile``, now just do ``import mediafile``. Beets
re-exports MediaFile at the old location for backwards-compatibility, but a
deprecation warning is raised if you do this since we might drop this wrapper
in a future release.
For packagers:
* Beets' library for manipulating media file metadata has now been split to a
standalone project called `MediaFile`_, released as :pypi:`mediafile`. Beets
now depends on this new package.
.. _MediaFile: https://github.com/beetbox/mediafile
1.4.8 (May 16, 2019)
--------------------