From 1f6822375226c4f2364304a4f03721530faf0bd1 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 25 Feb 2018 11:57:19 +0000 Subject: [PATCH] Sort new features to the top --- docs/changelog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index cf0ed9a58..35e548207 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,15 +4,15 @@ Changelog 1.3.0 (Unreleased) ================== -* Fix for `#303`_ where sketchily-formatted documents could cause the consumer - to break and insert half-records into the database breaking all sorts of - things. We now capture the return codes of both ``convert`` and ``unpaper`` - and fail-out nicely. * You can now run Paperless without a login, though you'll still have to create at least one user. This is thanks to a pull-request from `matthewmoto`_: `#295`_. Note that logins are still required by default, and that you need to disable them by setting ``PAPERLESS_DISABLE_LOGIN="true"`` in your environment or in ``/etc/paperless.conf``. +* Fix for `#303`_ where sketchily-formatted documents could cause the consumer + to break and insert half-records into the database breaking all sorts of + things. We now capture the return codes of both ``convert`` and ``unpaper`` + and fail-out nicely. * Fix for additional date types thanks to input from `Isaac`_ and code from `BastianPoe`_ (`#301`_). * Fix for running migrations in the Docker container (`#299`_). Thanks to