diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-26 20:02:19 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-26 20:02:19 +0200 |
commit | 94fa35517e26ba7d119eff5e69ffa563f4116825 (patch) | |
tree | 7bd9987538c150b33d8c2d532326658346d9f309 /doc/migration.rst | |
parent | NEWS: add version 3.3.0 (diff) | |
download | knot-94fa35517e26ba7d119eff5e69ffa563f4116825.tar.xz knot-94fa35517e26ba7d119eff5e69ffa563f4116825.zip |
doc: add info about semantic checks to migration
Diffstat (limited to 'doc/migration.rst')
-rw-r--r-- | doc/migration.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/migration.rst b/doc/migration.rst index 352ec857f..e2af44394 100644 --- a/doc/migration.rst +++ b/doc/migration.rst @@ -374,6 +374,7 @@ Functionality - Addresses for the remote which is considered the source of the NOTIFY are tried in the order they are specified in the remote configuration, regardless of which address the NOTIFY came from. +- Semantic checks don't allow DS record at non-delegation point. - The ``Version:`` prefix has been removed from the ``status version`` control output. - DNS over QUIC requires ``doq`` ALPN. The previous versions ``doq-i03`` and ``doq-i11`` are no longer supported. |