diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-21 00:58:14 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-21 00:58:14 +0100 |
commit | 97d08c56c47370645865811e789d18552f6fe878 (patch) | |
tree | db8a16e6dfe2d749a27721da9de6836f57257c09 /CHANGELOG.md | |
parent | 1cc4c12379e90abcb32397c15af729e3618c65e2 (diff) | |
download | feed2imap-go-97d08c56c47370645865811e789d18552f6fe878.tar.gz feed2imap-go-97d08c56c47370645865811e789d18552f6fe878.tar.bz2 feed2imap-go-97d08c56c47370645865811e789d18552f6fe878.zip |
Update changelog
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3b6f6..3dd9804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- [Issue #39](https://github.com/Necoro/feed2imap-go/issues/39): Re-introduce deleted mails, even though `reupload-if-updated` is false. ## [0.6.0] - 2021-02-14 ### Fixed |