From bee7a9f193dd75545a5ca5249f7beeb8f1bf1e76 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Fri, 22 May 2020 10:30:16 +0100 Subject: [PATCH] docs: v1.4 release notes --- docs/relnotes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/relnotes.md b/docs/relnotes.md index 380c474..e5aa27b 100644 --- a/docs/relnotes.md +++ b/docs/relnotes.md @@ -5,6 +5,13 @@ This file contains notes for each release, summarizing changes and explicitly noting backward-incompatible changes or known security issues. +## 1.4 (2020-05-22) + +- Use the configured hostname in outgoing SMTP HELO/EHLO. +- Allow config overrides from the command line. +- Miscellaneous test improvements and code cleanups. + + ## 1.3 (2020-04-12) - Improved handling of DNS temporary errors.