From c5632e5c04a901c65f5bf9dea80a5de0350818b4 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 10 Sep 2017 12:51:00 +0100 Subject: [PATCH] Update changelog for 0.8.0 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 64518c80e..1bd6da490 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ######### +* 0.8.0 + * Paperless can now run in a subdirectory on a host (``/paperless``), rather + than always running in the root (``/``) thanks to `maphy-psd`_'s work on + `#255`_. + * 0.7.0 * **Potentially breaking change**: As per `#235`_, Paperless will no longer automatically delete documents attached to correspondents when those @@ -231,6 +236,7 @@ Changelog .. _Joshua Gilman: https://github.com/jmgilman .. _ayounggun: https://github.com/ayounggun .. _Kusti Skytén: https://github.com/kskyten +.. _maphy-psd: https://github.com/maphy-psd .. _#20: https://github.com/danielquinn/paperless/issues/20 .. _#44: https://github.com/danielquinn/paperless/issues/44 @@ -271,3 +277,4 @@ Changelog .. _#232: https://github.com/danielquinn/paperless/issues/232 .. _#235: https://github.com/danielquinn/paperless/issues/235 .. _#236: https://github.com/danielquinn/paperless/issues/236 +.. _#255: https://github.com/danielquinn/paperless/pull/255