Add CHANGES note for [GL #2606]

This commit is contained in:
Diego Fronza
2021-03-31 17:13:26 -03:00
committed by Ondřej Surý
parent 54c389dbc0
commit 20e968b70c

View File

@@ -1,3 +1,7 @@
5657. [cleanup] Removed support for builtin atomics in old versions
of clang (<< 3.6.0) and gcc (<< 4.7.0), and atomics
emulated with mutex. [GL #2606]
5656. [bug] Ensure that large responses work correctly over
DoH, and that zone transfer requests over DoH are
explicitly rejected. [GL !5148]