From 469edbe4ca81d6a73acf22afae4d11d427615367 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 19 Sep 2024 12:24:02 +0200 Subject: [PATCH] dnsdist: Fix formatting in the ChangeLog, as suggested by Habbie --- pdns/dnsdistdist/docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 3da8aba8a3..e783bdd76a 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -11,7 +11,7 @@ Changelog :tags: Bug Fixes :pullreq: 14467 - Fix a compilation issue with clang by switching to pdns::views::UnsignedCharView + Fix a compilation issue with clang by switching to ``pdns::views::UnsignedCharView`` .. change:: :tags: Bug Fixes @@ -24,7 +24,7 @@ Changelog :tags: Bug Fixes, DNS over TLS :pullreq: 14679 - Prevent a data race in incoming DNS over TLS connections by storing the `OpenSSLTLSIOCtx` in the connection + Prevent a data race in incoming DNS over TLS connections by storing the ``OpenSSLTLSIOCtx`` in the connection .. changelog:: :version: 1.9.6 -- 2.47.2