Skip to content

Commit

Permalink
Correct rST syntax in CHANGELOG.rst (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Aug 19, 2023
1 parent 61e6efb commit 7e68d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 7e68d82

Please sign in to comment.