aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 16:09:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 16:10:02 +0200
commit5fb7d0103d4bb5f1bcfbb3e6a23886d8240c66e1 (patch)
treedff4bef1466e81113d97d31d1555b93c194f5b0c
parent89746a2a3b719a6836587497af90dc548d2192ba (diff)
downloadfeed2imap-go-5fb7d0103d4bb5f1bcfbb3e6a23886d8240c66e1.tar.gz
feed2imap-go-5fb7d0103d4bb5f1bcfbb3e6a23886d8240c66e1.tar.bz2
feed2imap-go-5fb7d0103d4bb5f1bcfbb3e6a23886d8240c66e1.zip
#26: Update changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b265951..073dc4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Cache files are now explicitly locked. This avoids two instances of feed2imap-go running at the same time.
- 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.
+ When set to `true` (the default), the standard behavior of falling back onto the name is used.
## [0.4.1] - 2020-06-20
### Fixed