From 08d8e6c55b8edb9078b8498365f4270771ee8fcf Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 27 Aug 2012 12:01:42 -0700 Subject: [PATCH] changelog about web "attachment" change (GH-46) --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c59fa8ea9..08ad9247d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,6 +17,8 @@ Changelog * :doc:`/plugins/lyrics`: Fix an exception with non-ASCII lyrics. * :doc:`/plugins/web`: The API now reports file sizes (for use with the `Tomahawk resolver`_). +* :doc:`/plugins/web`: Files now download with a reasonable filename rather + than just being called "file" (thanks to Zach Denton). * Add the track mapping dictionary to the ``album_distance`` plugin function. * Fix an assertion failure when the MusicBrainz main database and search server disagree.