From a8fce9be69912fdd284a68bab4bcc608048a7e72 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 24 Apr 2015 08:54:04 -0700 Subject: [PATCH] Finalize 1.3.13 changelog --- docs/changelog.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 43d9410b8..6d3613e19 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,16 +1,17 @@ Changelog ========= -1.3.13 (in development) +1.3.13 (April 24, 2015) ----------------------- -Fixes: +This is a tiny bug-fix release. It copes with a dependency upgrade that broke +beets. There are just two fixes: +* Fix compatibility with `Jellyfish`_ version 0.5.0. * :doc:`/plugins/embedart`: In ``auto`` mode (the import hook), the plugin now respects the ``write`` config option under ``import``. If this is disabled, album art is no longer embedded on import in order to leave files untouched---in effect, ``auto`` is implicitly disabled. :bug:`1427` -* Fix compatibility with `Jellyfish`_ version 0.5.0. 1.3.12 (April 18, 2015)