Modify CHANGES [GL #3374]

Mention that DNS over TCP and DNS over TLS transports are superseded.
This commit is contained in:
Artem Boldariev 2022-11-23 15:41:21 +02:00
parent daa23840c5
commit 7b062961ed

View file

@ -1,3 +1,7 @@
6052. [func] Replace DNS over TCP and DNS over TLS transports
code with a new, unified transport implementation.
[GL #3374]
6051. [bug] Improve thread safety in the dns_dispatch unit.
[GL #3178] [GL #3636]