From 093d6ecea21c947ec4631243a9613f59bc848262 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 2 Jul 2016 10:07:36 -0700 Subject: [PATCH] Clean up changelog errors --- docs/changelog.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8ac73257b..f36c2f5fb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -13,13 +13,14 @@ Some dependency notes for packagers: New features: -* :doc:`/plugins/web`: Added an option to show the items of an album and a - 'path' tag to the json outpu of a file which shows the relative path to the - file. :bug:`2050` +* :doc:`/plugins/web`: Added an ``expand`` option to show the items of an + album and a ``path`` field to the JSON output of a file which shows the + filled-out path template for each file. :bug:`2050` Fixes: -* :doc:`/plugins/web`: Normalized the json output +* :doc:`/plugins/web`: The JSON output is no longer pretty-printed (for a + space savings). :bug:`2050` * :doc:`/plugins/permissions`: Fix a regression in the previous release where the plugin would always fail to set permissions (and log a warning). :bug:`2089`