From 10459b8151df3162e9b72bf9cab2266d92c9f5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 16 Nov 2020 14:49:34 +0100 Subject: [PATCH] Reorder release notes --- doc/notes/notes-current.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index c9a20e7c8e..c73a4c7e73 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -42,11 +42,11 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- ``UV_EOF`` is no longer treated as a ``TCP4RecvErr`` or a - ``TCP6RecvErr``. [GL #2208] - - ``named`` could crash with an assertion failure if a TCP connection were closed while a request was still being processed. [GL #2227] +- ``UV_EOF`` is no longer treated as a ``TCP4RecvErr`` or a + ``TCP6RecvErr``. [GL #2208] + - The synthesised CNAME from a DNAME was incorrectly followed when the QTYPE was CNAME or ANY. [GL #2280]