aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 16:12:15 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 16:12:15 +0200
commitd673bf4c8ccfda45aa9960abfc6885a954e729a9 (patch)
tree610487f012e5c32b98148edbf5ddfdff910a37ba
parent5fb7d0103d4bb5f1bcfbb3e6a23886d8240c66e1 (diff)
downloadfeed2imap-go-d673bf4c8ccfda45aa9960abfc6885a954e729a9.tar.gz
feed2imap-go-d673bf4c8ccfda45aa9960abfc6885a954e729a9.tar.bz2
feed2imap-go-d673bf4c8ccfda45aa9960abfc6885a954e729a9.zip
Update changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 073dc4d..5e92124 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Cache files are now explicitly locked. This avoids two instances of feed2imap-go running at the same time.
+- New header `X-Feed2Imap-Create-Date` holding the date of creation of that mail. Mostly needed for debugging issues.
- Updated to Go 1.15.
- New global option `auto-target` to change the default behavior of omitted `target` fields.
When set to `false`, a missing `target` is identical to specifying `null` or `""` for the target.