git » chasquid » commit a368543

docs: v1.7 release notes

author Alberto Bertogli
2021-05-31 01:38:39 UTC
committer Alberto Bertogli
2021-05-31 14:03:38 UTC
parent 61245eec273c2313c105eb5343a5673ce4da655a

docs: v1.7 release notes

docs/relnotes.md +4 -1

diff --git a/docs/relnotes.md b/docs/relnotes.md
index c7c96d5..c753d82 100644
--- a/docs/relnotes.md
+++ b/docs/relnotes.md
@@ -5,12 +5,15 @@ This file contains notes for each release, summarizing changes and explicitly
 noting backward-incompatible changes or known security issues.
 
 
-## 1.7 (TODO)
+## 1.7 (2021-05-31)
 
 - chasquid-util no longer depends on the unmaintained docopt-go.
   If you relied on undocumented parsing behaviour before, your invocations may
   need adjustment.  In particular, `--a b` is no longer supported, and `--a=b`
   must be used instead.
+- Improve handling of errors when talking to Dovecot for authentication.
+- Fix handling of `hostname` option in the Docker image.
+- Miscellaneous documentation and test improvements.
 
 
 ## 1.6 (2020-11-22)