diff --git a/CHANGES b/CHANGES index 301891bd4b..f583294722 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6070. [func] DSCP parsing has now been fully removed, and + configuration of DSCP values in named.conf is a + configuration error. [GL #3789] + 6069. [bug] Detach from the view in zone_shutdown() to release the memory held by the dead view early. [GL #3801] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b4b5529b3e..103dae1477 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -25,7 +25,9 @@ New Features Removed Features ~~~~~~~~~~~~~~~~ -- None. +- The Differentiated Services Code Point (DSCP) feature has been removed: + configuring DSCP values in ``named.conf``` is now a configuration error. + :gl:`#3789` Feature Changes ~~~~~~~~~~~~~~~