From 7e68d828f265ef05cf4cd3b5def9baffef8c2968 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Sat, 19 Aug 2023 02:09:37 +0200 Subject: [PATCH] Correct rST syntax in CHANGELOG.rst (#709) --- CHANGELOG.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d8bc8918..6255260a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,9 +7,9 @@ Changelog * Enforce that the entire marker string is parsed (:issue:`687`) * Requirement parsing no longer automatically validates the URL (:issue:`120`) * Canonicalize names for requirements comparison (:issue:`644`) -* Introduce `metadata.Metadata` (along with `metadata.ExceptionGroup` and `metadata.InvalidMetadata`; :issue:`570`) -* Introduce the `validate` keyword parameter to `utils.validate_name()` (:issue:`570`) -* Introduce `utils.is_normalized_name()` (:issue:`570`) +* Introduce ``metadata.Metadata`` (along with ``metadata.ExceptionGroup`` and ``metadata.InvalidMetadata``; :issue:`570`) +* Introduce the ``validate`` keyword parameter to ``utils.validate_name()`` (:issue:`570`) +* Introduce ``utils.is_normalized_name()`` (:issue:`570`) 23.1 - 2023-04-12 ~~~~~~~~~~~~~~~~~