From 12a101db23f47c4d97a9beb846fa83ce092ee12f Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 12 Aug 2016 17:34:23 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6613d4cb5d..59fed8c41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,6 +95,8 @@ BUG FIXES: keyring, avoiding delayed feedback at runtime. [GH-1299] * Fixed an issue where DNS requests for SRV records could be incorrectly trimmed, resulting in an ADDITIONAL section that was out of sync with the ANSWER. [GH-1931] +* Fixed two issues where DNS requests for SRV records on a prepared query that failed + over would report the wrong domain and fail to translate addresses. [GH-2218] [GH-2220] OTHER CHANGES: