From 1ad17e870a6c69aca4e744087032dc5b582bc7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Tue, 13 Aug 2024 13:07:59 +0000 Subject: [PATCH] Tweak and reword release notes Co-authored-by: Greg Choules --- doc/notes/notes-9.18.29.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/notes/notes-9.18.29.rst b/doc/notes/notes-9.18.29.rst index 52097556b3..1acc1445b6 100644 --- a/doc/notes/notes-9.18.29.rst +++ b/doc/notes/notes-9.18.29.rst @@ -43,10 +43,10 @@ Feature Changes - Add a compatibility shim for older libuv versions (< 1.19.0) - The uv_stream_get_write_queue_size() is supported only in relatively - newer versions of libuv (1.19.0 or higher). Provide a compatibility - shim for this function, so BIND 9 can be built in environments with - older libuv version. + The function uv_stream_get_write_queue_size() is supported only in relatively + new versions of libuv (1.19.0 or higher). Provide a compatibility + shim for this function so BIND 9 can be built in environments with + older libuv versions. Bug Fixes ~~~~~~~~~