From 81afb6d3b844e9c2546d8840896ba2390fc0cc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Wed, 8 Apr 2026 12:45:27 +0000 Subject: [PATCH] fix(docs): fix rst syntax in the changelog --- CHANGELOG.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a9e8dc7..c9dfa7aa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -120,7 +120,7 @@ Bug fixes: Features: -- Add IP fields to `DEFAULT_FIELD_MAPPING (:pr:`892`) to document format. +- Add IP fields to `DEFAULT_FIELD_MAPPING` (:pr:`892`) to document format. Thanks :user:`cjproud` for the PR. 6.5.0 (2024-02-26) @@ -161,7 +161,7 @@ Other changes: Bug fixes: -- Fix conversion of deprecated flag on parameters (:issue:`850`). +- Fix conversion of deprecated flag on parameters (:issue:`850`). Thanks :user:`tsokalski` for the PR. 6.3.0 (2023-03-10) @@ -172,7 +172,6 @@ Features: - Resolve schema references in parameters content (:issue:`830`). Thanks :user:`codectl` for the PR. - 6.2.0 (2023-03-06) ******************