Skip to content

Commit

Permalink
chore: Fix CHANGELOG formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed May 25, 2024
1 parent e25f438 commit 419116f
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 @@ -9,9 +9,9 @@ Versions follow `Semantic Versioning <http://www.semver.org>`_
---------------------
Changed
~~~~~~~
* Provide more sophisticated validation when creating ``ULID``s from user input. When using
``ULID.from_str`` we will check if the characters match the base32 alphabet. In general, it is
ensured that the timestamp part of the ULID is not out of range.
* Use stricter validation when a :class:`.ULID` value from user input. When using
:meth:`.ULID.from_str` we will check if the characters match the base32 alphabet. In general,
it is ensured that the timestamp part of the ULID is not out of range.

`2.5.0`_ - 2024-04-26
---------------------
Expand Down

0 comments on commit 419116f

Please sign in to comment.