From 30eac99a61d23a4a27a23f7069bf8dfe247a1cea Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 18 Feb 2018 16:06:10 +0000 Subject: [PATCH] Update changelog with #303 --- docs/changelog.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1d59bb18c..650a46200 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ 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. + 1.2.0 ===== @@ -380,6 +388,7 @@ Changelog .. _#256: https://github.com/danielquinn/paperless/pull/256 .. _#285: https://github.com/danielquinn/paperless/pull/285 .. _#291: https://github.com/danielquinn/paperless/pull/291 +.. _#303: https://github.com/danielquinn/paperless/issues/303 .. _pipenv: https://docs.pipenv.org/ -.. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/ \ No newline at end of file +.. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/