Commit e554ffdcb8 for bind

commit e554ffdcb84ab64c10299800f7dc1782dee1550a
Author: Michal Nowak <mnowak@isc.org>
Date:   Wed Sep 23 11:30:30 2026 +0200

    Fix bad wrap for RFC 8945 note

diff --git a/doc/changelog/changelog-9.21.26.rst b/doc/changelog/changelog-9.21.26.rst
index 12f4d6aa2d..a1119aee50 100644
--- a/doc/changelog/changelog-9.21.26.rst
+++ b/doc/changelog/changelog-9.21.26.rst
@@ -526,10 +526,9 @@ Bug Fixes

   Don't accept signatures which length isn't equal to the expected
   calculated HMAC length unless it is explicitly requested by the
-  caller, e.g. for truncated TSIG [1] support.
+  caller, e.g. for truncated TSIG [1] support. :gl:`!12612`

-  [1] https://datatracker.ietf.org/doc/html/rfc8945#name-tsig-truncation
-  -policy :gl:`!12612`
+  [1] https://datatracker.ietf.org/doc/html/rfc8945#name-tsig-truncation-policy

 - Minor refactoring of query_usestale() ``65fe7ddf2e``