Add CHANGES note for [GL #3210]

(cherry picked from commit 132f30b623)
This commit is contained in:
Tony Finch 2022-03-16 17:33:10 +00:00 committed by Ondřej Surý
parent 775281d14a
commit fef36e6b6f

View file

@ -1,3 +1,7 @@
5836. [bug] Quote the dns64 prefix in error messages that complain
about problems with it, to avoid confusion with the
following dns64 ACLs. [GL #3210]
5834. [cleanup] C99 variable-length arrays are difficult to use safely,
so avoid them except in test code. [GL #3201]