Modify CHANGES (+http-plain-{get, post} support fix in dig)

This commit modifies the CHANGES file to mention that +http-plain-get
and +http-plain-post options support in dig was fixed.

(cherry picked from commit 0ab40c223b524b2d65a2b67a2eb76f4d63fbfb3e)
This commit is contained in:
Artem Boldariev 2022-08-17 13:34:52 +03:00
parent c8e551299c
commit 31435f7bc5

View file

@ -1,3 +1,7 @@
5944. [bug] Fix +http-plain-get and +http-plain-post options
support in dig. Thanks to Marco Davids at SIDN for
reporting the problem. [GL !6672]
5942. [bug] Fix tkey.c:buildquery() function's error handling by
adding the missing cleanup code. [GL #3492]