aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-02-28 14:23:54 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-02-28 14:23:54 +0100
commit0182cd0c2b1ca8a9bfa7f6725c44620d24dfe5ba (patch)
treefba40bc39a0a1549d7cb91e654c5318e02e8a7a7
parent86528e42be06c0ece077deecd6b09e2150d9431a (diff)
downloadfeed2imap-go-0182cd0c2b1ca8a9bfa7f6725c44620d24dfe5ba.tar.gz
feed2imap-go-0182cd0c2b1ca8a9bfa7f6725c44620d24dfe5ba.tar.bz2
feed2imap-go-0182cd0c2b1ca8a9bfa7f6725c44620d24dfe5ba.zip
Update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4608d88..8cf7186 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Caches store now 1000 old entries (i.e., not included in the last fetch) at maximum. This will clean obsolete cruft and drastically reduce cache size.
- Feeds not updated (and not part of the config) for 180 days are now automatically removed from the cache.
+- Connecting to the IMAP server now happens in the background and in parallel, using connections directly as they are established. This should yield a speed-up with slow IMAP servers.
+- IMAP connections now can time out during establishment.
## [0.7.0] - 2021-02-21
### Changed