aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 15:39:42 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 15:39:42 +0200
commitfbdbf9701d2e6fa49da9d868a402c2281f5f9eeb (patch)
treedab6171c49f840e8a3b5c4fd6319a700c5112e71 /CHANGELOG.md
parentba4cf89d7ad7e14d4588e22cbd9cdb0c7ffb8b75 (diff)
downloadfeed2imap-go-fbdbf9701d2e6fa49da9d868a402c2281f5f9eeb.tar.gz
feed2imap-go-fbdbf9701d2e6fa49da9d868a402c2281f5f9eeb.tar.bz2
feed2imap-go-fbdbf9701d2e6fa49da9d868a402c2281f5f9eeb.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa1bd72..b265951 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ 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]
+### Added
+- Cache files are now explicitly locked. This avoids two instances of feed2imap-go running at the same time.
+- Updated to Go 1.15.
## [0.4.1] - 2020-06-20
### Fixed