From 8f9dc72e63533232e3a4024e6853bb305d253569 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 6 Mar 2020 14:54:28 +1100 Subject: [PATCH] Add release note entry --- doc/notes/notes-current.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e115c38105..3c31be1022 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -58,6 +58,10 @@ New Features - ``dig`` and other tools can now print the Extended DNS Error (EDE) option when it appears in a request or response. [GL #1834] +- Per-type record count limits can now be specified in ``update-policy`` + statements, to limit the number of records of a particular type + that can be added to a domain name via dynamic update. [GL #1657] + Feature Changes ~~~~~~~~~~~~~~~