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