From 481378638242cf3137abadb097803de49fa86bcc Mon Sep 17 00:00:00 2001 From: Barry Broderick Date: Wed, 22 Nov 2017 10:21:00 -0500 Subject: [PATCH] updated changelog to include fix for #2740 --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d20bc86f6..fe19403f0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -34,6 +34,10 @@ New features: Fixes: +* :doc:`/plugins/hook`: Fixed a problem whereby accessing non-string properties of + objects such as item or album (e.g. item.track) would cause a crash. + Thanks to :user:`broddo`. + :bug:`2740` * :doc:`/plugins/play`: When ``relative_to`` is set, correctly emit relative paths even when querying for albums rather than tracks. Thanks to :user:`j000`.