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)