Added reference to the new date feature in file names

This commit is contained in:
Daniel Quinn 2016-03-24 19:30:15 +00:00
parent b69d25d2b3
commit 0c2b6a6b28

View File

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