diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml
index b9ebd980f7..7abb66dc9f 100644
--- a/doc/arm/notes.xml
+++ b/doc/arm/notes.xml
@@ -38,6 +38,35 @@
+ New DNSSEC Root Key
+
+ ICANN is in the process of introducing a new Key Signing Key (KSK) for
+ the global root zone. BIND has multiple methods for managing DNSSEC
+ trust anchors, with somewhat different behaviors. If the root
+ key is configured using the managed-keys
+ statement, or if the pre-configured root key is enabled by using
+ dnssec-validation auto, then BIND can keep
+ keys up to date automatically. Servers configured in this way
+ will roll seamlessly to the new key when it is published in
+ the root zone. However, keys configured using the
+ trusted-keys statement are not automatically
+ maintained. If your server is performing DNSSEC validation
+ and is configured using trusted-keys, you are
+ advised to change your configuration before the root zone begins
+ signing with the new KSK. This is currently scheduled for
+ October 11, 2017.
+
+
+ This release includes an updated version of the
+ bind.keys file containing the new root
+ key. This file can also be downloaded from
+
+ https://www.isc.org/bind-keys
+ .
+
+
+
Security Fixes