From cbb662607ceea963f41d3e7cd4a1ca21c9f46ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 4 Aug 2022 23:13:22 +0200 Subject: [PATCH] Fix option name in the release note for GL #3140 --- doc/notes/notes-9.19.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/notes/notes-9.19.0.rst b/doc/notes/notes-9.19.0.rst index 42d475348f..886a69f598 100644 --- a/doc/notes/notes-9.19.0.rst +++ b/doc/notes/notes-9.19.0.rst @@ -41,7 +41,7 @@ New Features Removed Features ~~~~~~~~~~~~~~~~ -- The ``keep-order-response`` option has been declared obsolete and the +- The ``keep-response-order`` option has been declared obsolete and the functionality has been removed. :iscman:`named` expects DNS clients to be fully compliant with :rfc:`7766`. :gl:`#3140`