From bf5c21f3f62d932a812e91f2cdfa33b278c43c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Fri, 20 Sep 2024 13:19:47 +0200 Subject: [PATCH] Fix changelog formatting for #4579 --- doc/changelog/changelog-9.18.30.rst | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/changelog/changelog-9.18.30.rst b/doc/changelog/changelog-9.18.30.rst index 459b3da121..1d704d6049 100644 --- a/doc/changelog/changelog-9.18.30.rst +++ b/doc/changelog/changelog-9.18.30.rst @@ -31,10 +31,20 @@ Feature Changes This adds the command line arguments: `-d` (debug), `-l` (list tests) and `-t test` (run this test) to the unit tests. - e.g. ``` % ./rdata_test -t zonemd [==========] selected: - Running 1 test(s). [ RUN ] zonemd [ OK ] zonemd - [==========] selected: 1 test(s) run. [ PASSED ] 1 test(s). - % ``` :gl:`#4579` :gl:`!9386` + e.g. + + .. code:: + + % ./rdata_test -t zonemd + [==========] selected: + Running 1 test(s). + [ RUN ] zonemd + [ OK ] zonemd + [==========] selected: 1 test(s) run. + [ PASSED ] 1 test(s). + % + + :gl:`#4579` :gl:`!9386` - Process also the ISC_R_CANCELED result code in rpz_rewrite() ``26df9f6255b``