From 4b56c516b1a1bc550d64ebc73cb6572d8e61daa7 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Wed, 17 Jul 2019 11:34:44 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d92605c..5764bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - Move mail processing functions to `mailsuite` package - Add offline option (closes issue #90) -- Properly set timeout when querying DNS (closes issue #79 and #92) +- Use UDP instead of TCP, and properly set the timeout when querying DNS (closes issue #79 and #92) - Log the current file path being processed when `--debug` is used (closes issue #95)