From 509f7d908e73a7441f37b749988aae20066357b2 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Wed, 24 Aug 2016 12:27:21 +0100 Subject: [PATCH] Updated changelog. I really should tag soon --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 65f6759e9..4c24e80a0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,9 @@ Changelog * 0.2.0 + * `#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. * `#131`_: Document files are now automatically removed from disk when they're deleted in Paperless. * `#121`_: Fixed a bug where Paperless wasn't setting document creation time @@ -130,3 +133,5 @@ Changelog .. _#98: https://github.com/danielquinn/paperless/issues/98 .. _#121: https://github.com/danielquinn/paperless/issues/121 .. _#131: https://github.com/danielquinn/paperless/issues/131 +.. _#146: https://github.com/danielquinn/paperless/issues/146 +.. _#148: https://github.com/danielquinn/paperless/pull/148