Skip to content

Commit 419116f

Browse files
committed
chore: Fix CHANGELOG formatting
1 parent e25f438 commit 419116f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Versions follow `Semantic Versioning <http://www.semver.org>`_
99
---------------------
1010
Changed
1111
~~~~~~~
12-
* Provide more sophisticated validation when creating ``ULID``s from user input. When using
13-
``ULID.from_str`` we will check if the characters match the base32 alphabet. In general, it is
14-
ensured that the timestamp part of the ULID is not out of range.
12+
* Use stricter validation when a :class:`.ULID` value from user input. When using
13+
:meth:`.ULID.from_str` we will check if the characters match the base32 alphabet. In general,
14+
it is ensured that the timestamp part of the ULID is not out of range.
1515

1616
`2.5.0`_ - 2024-04-26
1717
---------------------

0 commit comments

Comments
 (0)