]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note
authorMark Andrews <marka@isc.org>
Fri, 6 Mar 2020 03:51:22 +0000 (14:51 +1100)
committerMark Andrews <marka@isc.org>
Wed, 13 May 2020 05:37:20 +0000 (15:37 +1000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 95d9a03b4ec1df2a9ec9f85f5b62cc08d9681f42..c3003f11791d98f168d2e38f641aec06a0aaf36a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5410.  [func]          Add the ability to specify per-type record count
+                       limits in an "update-policy" statement, which
+                       are enforced when adding records via UPDATE.
+                       [GL #1657]
+
 5409.  [performance]   When looking up NSEC3 data in a zone database, skip
                        the check for empty non-terminal nodes; the NSEC3
                        tree doesn't have any. [GL #1834]