From 1e4928d2a08620a32b86cab74d3db8bbcf8e2da9 Mon Sep 17 00:00:00 2001
From: Daniel Quinn <code@danielquinn.org>
Date: Sat, 3 Feb 2018 13:29:16 +0000
Subject: [PATCH] Update the release notes for 1.2.0

---
 docs/changelog.rst | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/docs/changelog.rst b/docs/changelog.rst
index 3cc5dfaf1..1d59bb18c 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,7 +5,10 @@ Changelog
 =====
 
 * New Docker image, now based on Alpine, thanks to the efforts of `addadi`_
-  and `Pit`_.
+  and `Pit`_.  This new image is dramatically smaller than the Debian-based
+  one, and it also has `a new home on Docker Hub`_.  A proper thank-you to
+  `Pit`_ for hosting the image on his Docker account all this time, but after
+  some discussion, we decided the image needed a more *official-looking* home.
 * `BastianPoe`_ has added the long-awaited feature to automatically skip the
   OCR step when the PDF already contains text. This can be overridden by
   setting ``PAPERLESS_OCR_ALWAYS=YES`` either in your ``paperless.conf`` or
@@ -13,6 +16,9 @@ Changelog
   ``libpoppler-cpp-dev`` to be installed. **Important**: You'll need to run
   ``pip install -r requirements.txt`` after the usual ``git pull`` to
   properly update.
+* `BastianPoe`_ has also contributed a monumental amount of work (`#291`_) to
+  solving `#158`_: setting the document creation date based on finding a date
+  in the document text.
 
 1.1.0
 =====
@@ -346,6 +352,7 @@ Changelog
 .. _#146: https://github.com/danielquinn/paperless/issues/146
 .. _#148: https://github.com/danielquinn/paperless/pull/148
 .. _#150: https://github.com/danielquinn/paperless/pull/150
+.. _#158: https://github.com/danielquinn/paperless/issues/158
 .. _#171: https://github.com/danielquinn/paperless/issues/171
 .. _#172: https://github.com/danielquinn/paperless/issues/172
 .. _#179: https://github.com/danielquinn/paperless/pull/179
@@ -372,5 +379,7 @@ Changelog
 .. _#283: https://github.com/danielquinn/paperless/issues/283
 .. _#256: https://github.com/danielquinn/paperless/pull/256
 .. _#285: https://github.com/danielquinn/paperless/pull/285
+.. _#291: https://github.com/danielquinn/paperless/pull/291
 
 .. _pipenv: https://docs.pipenv.org/
+.. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/
\ No newline at end of file