Add CHANGES note for [GL #3467]

This commit is contained in:
Aram Sargsyan 2022-07-29 12:47:02 +00:00
parent ccde7313b8
commit 7539b70fc6

View file

@ -1,3 +1,10 @@
5937. [cleanup] The dns_rdatalist_tordataset() and
dns_rdatalist_fromrdataset() functions can no
longer fail. Clean up their prototypes and error
handling, and that of other calling functions that
subsequently cannot fail, including
dns_message_setquerytsig(). [GL #3467]
5936. [bug] Don't enable serve-stale for lookups that error because
it is a duplicate query or a query that would be
dropped. [GL #2982]