From 0c2b6a6b28df6cab6bfe99e3427bae301f4d5261 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Thu, 24 Mar 2016 19:30:15 +0000 Subject: [PATCH] Added reference to the new date feature in file names --- docs/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f2ab6cabc..d7a973d39 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ######### +* 0.2.0 + + * Added support for guessing the date from the file name along with the + correspondent, title, and tags. Thanks to `Tikitu de Jager`_ for his pull + request that I took forever to merge and to `Pit`_ for his efforts on the + regex front. + * `#94`_: Restored support for changing the created date in the UI. + * 0.1.1 * Potentially **Breaking Change**: All references to "sender" in the code @@ -99,3 +107,4 @@ Changelog .. _#67: https://github.com/danielquinn/paperless/issues/67 .. _#68: https://github.com/danielquinn/paperless/issues/68 .. _#71: https://github.com/danielquinn/paperless/issues/71 +.. _#94: https://github.com/danielquinn/paperless/issues/71