Clean up changelog errors

This commit is contained in:
Adrian Sampson 2016-07-02 10:07:36 -07:00
parent 527b51147e
commit 093d6ecea2

View file

@ -13,13 +13,14 @@ Some dependency notes for packagers:
New features: New features:
* :doc:`/plugins/web`: Added an option to show the items of an album and a * :doc:`/plugins/web`: Added an ``expand`` option to show the items of an
'path' tag to the json outpu of a file which shows the relative path to the album and a ``path`` field to the JSON output of a file which shows the
file. :bug:`2050` filled-out path template for each file. :bug:`2050`
Fixes: 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 * :doc:`/plugins/permissions`: Fix a regression in the previous release where
the plugin would always fail to set permissions (and log a warning). the plugin would always fail to set permissions (and log a warning).
:bug:`2089` :bug:`2089`