aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-06-02 00:12:14 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-06-02 00:12:14 +0200
commitdc19440decf28afe245226108137f8e663d490be (patch)
tree76f68e1762bd850a308e8906be3143b50cda9afc /CHANGELOG.md
parent376eee6450f1645762d62f68f7f642a9769f138d (diff)
downloadfeed2imap-go-dc19440decf28afe245226108137f8e663d490be.tar.gz
feed2imap-go-dc19440decf28afe245226108137f8e663d490be.tar.bz2
feed2imap-go-dc19440decf28afe245226108137f8e663d490be.zip
Do not try to download already embedded images
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e9884a..5029164 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
+- Do not try to download already embedded images (i.e. `data:image/`).
## [1.0.0] - 2021-05-19
### Fixed
- [Issue #47](https://github.com/Necoro/feed2imap-go/issues/47): Fixed occassional deadlocks. Reason was unilateral updates from the server which were ill-handled by go-imap.