From d778a5236ba163844f20bf5f499a1773ddd7bb91 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 30 May 2019 20:24:11 -0400 Subject: [PATCH] Move changelog for #3237 to the right release --- docs/changelog.rst | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2a8e21614..eccf23728 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,23 @@ Changelog 1.5.0 (in development) ---------------------- -Changelog goes here! +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. Beets now depends on Mutagen transitively + through MediaFile rather than directly, except in the case of one of beets' + plugins (scrub). + +.. _MediaFile: https://github.com/beetbox/mediafile 1.4.9 (May 30, 2019) @@ -41,24 +57,6 @@ Here's a note for packagers: .. _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. Beets now depends on Mutagen transitively - through MediaFile rather than directly, except in the case of one of beets' - plugins (scrub). - -.. _MediaFile: https://github.com/beetbox/mediafile - 1.4.8 (May 16, 2019) --------------------