diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-17 13:56:45 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-17 13:56:45 +0200 |
commit | e21ebee1652c09f5fd42f389530c29ab5e98df33 (patch) | |
tree | a574f2205e7c8050262bb43a12121bd1e0db80a6 /CHANGELOG.md | |
parent | 34ad9211ca90fb079e77bbf0640021b3b7aa0f4e (diff) | |
download | feed2imap-go-e21ebee1652c09f5fd42f389530c29ab5e98df33.tar.gz feed2imap-go-e21ebee1652c09f5fd42f389530c29ab5e98df33.tar.bz2 feed2imap-go-e21ebee1652c09f5fd42f389530c29ab5e98df33.zip |
#62: Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dadb85..eb47efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ 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. +### Fixed +- [Issue #62](https://github.com/Necoro/feed2imap-go/issues/62): Allow empty root folder. ## [1.1.1] - 2021-07-24 ### Fixed |