From 38b63fbe7737454f0211144e068a319b68834de2 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Wed, 24 Aug 2016 16:39:36 +0100 Subject: [PATCH] Updated changelog to include #150 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4c24e80a0..25683aeaf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,8 @@ Changelog * 0.2.0 + * `#150`_: The media root is now a variable you can set in + ``paperless.conf``. * `#148`_: The database location (sqlite) is now a variable you can set in ``paperless.conf``. * `#146`_: Fixed a bug that allowed unauthorised access to the `/fetch` URL. @@ -135,3 +137,4 @@ Changelog .. _#131: https://github.com/danielquinn/paperless/issues/131 .. _#146: https://github.com/danielquinn/paperless/issues/146 .. _#148: https://github.com/danielquinn/paperless/pull/148 +.. _#150: https://github.com/danielquinn/paperless/pull/150