diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-17 17:21:53 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-18 18:36:04 +0200 |
commit | acd43c32925fbdfec6b9309aeec4fa43ed731938 (patch) | |
tree | 564d797330b88dd82f5ae76578b794d602043791 /CHANGELOG.md | |
parent | 9ca91f695215b1e8eb835345178570798db8ecd2 (diff) | |
download | feed2imap-go-acd43c32925fbdfec6b9309aeec4fa43ed731938.tar.gz feed2imap-go-acd43c32925fbdfec6b9309aeec4fa43ed731938.tar.bz2 feed2imap-go-acd43c32925fbdfec6b9309aeec4fa43ed731938.zip |
Update documentation
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 eb47efc..a77e0d0 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 - Location of the cache can now be specified in the config.yml. Rationale: Easier way of dealing with multiple configurations, as each also requires a distinct cache. +- [Issue #6](https://github.com/Necoro/feed2imap-go/issues/6): Support old-style configurations with imap targets on each feed. Restriction: Servers must be equal over all connection strings! ### Fixed - [Issue #62](https://github.com/Necoro/feed2imap-go/issues/62): Allow empty root folder. |