Updated changelog. I really should tag soon

This commit is contained in:
Daniel Quinn 2016-08-24 12:27:21 +01:00
parent 4bc253dea4
commit 252781f491

View File

@ -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