diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-07 00:13:34 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-07 00:13:34 +0200 |
commit | 345887f3c8319c6dd91f20cd75615fd5c9fcf460 (patch) | |
tree | 7adb89358d95067d46cf011771502984b9002b3a /CHANGELOG.md | |
parent | 1bb9b56b214128cd98aabe66b41d0a05da3a0b05 (diff) | |
download | feed2imap-go-345887f3c8319c6dd91f20cd75615fd5c9fcf460.tar.gz feed2imap-go-345887f3c8319c6dd91f20cd75615fd5c9fcf460.tar.bz2 feed2imap-go-345887f3c8319c6dd91f20cd75615fd5c9fcf460.zip |
Unified publishedDate and updatedDate into one (just as the old feed2imap...)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a5636..1108509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Default for `min-frequency` is now 0 instead of 1. +- Fixed date parsing from feed. _Changes cache format!_ ## [0.1.1] - 2020-05-04 |