diff --git a/CHANGES b/CHANGES
index 99912796bb..34d70638d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,8 @@
-4545. [func] Make dnstap-read output more functionally usable.
+4545. [func] Expand YAML output from dnstap-read to include
+ a detailed breakdown of the DNS message contents.
[RT #43642]
-4544. [func] Add message/payload size to dnstap-read YAML output.
+4544. [bug] Add message/payload size to dnstap-read YAML output.
[RT #43622]
4543. [bug] dns_client_startupdate now delays sending the update
diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml
index 06c3f7c67d..2bb2ac1947 100644
--- a/doc/arm/notes.xml
+++ b/doc/arm/notes.xml
@@ -64,9 +64,20 @@
- Rndc commands can now manipulate redirect zones using "-redirect".
- To manipulate a zone called "-redirect" reference it using absolute
- name form ("-redirect.").
+ rndc commands which refer to zone names
+ can now reference a zone of type redirect
+ by using the special zone name "-redirect". (Previously this
+ was not possible because redirect zones
+ always have the name ".", which can be ambiguous.)
+
+
+ In the event you need to manipulate a a zone actually
+ called "-redirect", use a trailing dot: "-redirect."
+
+
+ Note: This change does not appply to the
+ rndc addzone or
+ rndc modzone commands.
@@ -76,7 +87,10 @@
- None.
+ Expanded and improved the YAML output from
+ dnstap-read -y: it now includes packet
+ size and a detailed breakdown of message contents.
+ [RT #43622] [RT #43642]