diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml
index 9c680cfeb9..6387912323 100644
--- a/doc/arm/notes.xml
+++ b/doc/arm/notes.xml
@@ -157,6 +157,21 @@
on Linux is now supported.
+
+
+ Active Directory names of the form gc._msdcs.<forest> are
+ now accepted as valid hostnames when using the
+ option. <forest> is still
+ restricted to letters, digits and hyphens.
+
+
+
+
+ Names containing rich text are now accepted as valid
+ hostnames in PTR records in DNS-SD reverse lookup zones,
+ as specified in RFC 6763. [RT #37889]
+
+
@@ -181,6 +196,32 @@
dig +short. [RT #39291]
+
+
+ Malformed records of some types, including NSAP and UNSPEC,
+ could trigger assertion failures when loading text zone files.
+ [RT #40274] [RT #40285]
+
+
+
+
+ Fixed a possible crash in ratelimiter.c caused by NOTIFY
+ messages being removed from the wrong rate limiter queue.
+ [RT #40350]
+
+
+
+
+ The default of random
+ was inconsistently applied. [RT #40456]
+
+
+
+
+ BADVERS responses from broken authoritative name servers were
+ not handled correctly. [RT #40427]
+
+