Add a release note for [GL #3525]

This commit is contained in:
Mark Andrews
2022-09-08 10:01:25 +10:00
parent b15309e10d
commit 91488a9b6d

View File

@@ -46,6 +46,12 @@ Feature Changes
or pass it through unchanged, instead of stopping with an error message.
You can use the ``idna2`` utility for checking IDNA syntax. :gl:`#3485`.
- The DNSSEC signing data included in zone statistics identified
keys only by the key ID; this caused confusion when two keys using
different algorithms had the same ID. Zone statistics now identify
keys using the algorithm number, followed by "+", followed by the
key ID: for example, "8+54274". :gl:`#3525`
Bug Fixes
~~~~~~~~~