aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-08-05 14:29:49 +0200
committerRobin Jarry <robin@jarry.cc>2022-08-05 21:55:26 +0200
commit602a5778e872cf18935433b2916b0e4a54f5fcea (patch)
treee16f177df1c03faebc084000aebe984b0a2752d0 /CHANGELOG.md
parent6b1afc3ae3d8c4b9fbb46f416edba96b8b4a216f (diff)
downloadaerc-602a5778e872cf18935433b2916b0e4a54f5fcea.tar.gz
go: bumped minimum required version 1.16
Due to github.com/daixiang0/gci requiring io/fs, the minimum required Go version for aerc needs to be bumped to 1.16 Signed-off-by: Moritz Poldrack <git@moritz.sh> Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b46fdc6..735d39e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Background mail count polling when the default folder is empty on startup.
- Wide character handling in the message list.
+### Deprecated
+
+- Support for go < 1.16.
+
## [0.11.0](https://git.sr.ht/~rjarry/aerc/refs/0.11.0) - 2022-07-11
### Added