diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml
index 6424f21f6f..04e226141a 100644
--- a/doc/arm/notes.xml
+++ b/doc/arm/notes.xml
@@ -216,6 +216,22 @@
must be only enabled for the systems where FIPS mode is available.
+
+
+ Two new configuration options min-cache-ttl and
+ min-ncache-ttl has been added to allow the BIND 9
+ administrator to override the minimum TTL in the received DNS records
+ (positive caching) and for storing the information about non-existent
+ records (negative caching). The configured minimum TTL for both
+ configuration options cannot exceed 90 seconds.
+
+
+
+
+ The configuration option max-ncache-ttl was
+ silently capped to 7 days, and the upper limit is now enforced.
+
+