We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25f438 commit 419116fCopy full SHA for 419116f
CHANGELOG.rst
@@ -9,9 +9,9 @@ Versions follow `Semantic Versioning <http://www.semver.org>`_
9
---------------------
10
Changed
11
~~~~~~~
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.
+* 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.
15
16
`2.5.0`_ - 2024-04-26
17
0 commit comments