We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee313ce commit cfc4184Copy full SHA for cfc4184
1 file changed
CHANGELOG.rst
@@ -13,6 +13,12 @@ Added
13
* The new method :meth:`.ULID.to_uuid4` can be used to create an RFC 4122 compliant ``UUID`` from
14
an existing :class:`.ULID`.
15
16
+Changed
17
+~~~~~~~
18
+* The ``validate_types``-decorator that is used for all ``ULID.from_*``-methods to check type
19
+ correctness at runtime has now better support for type hints.
20
+ Thanks to `@johnpaulett <https://github.com/johnpaulett>`_
21
+
22
23
`2.0.0`_ - 2023-09-20
24
---------------------
@@ -36,7 +42,7 @@ Added
36
42
The CLI can also be invoked as a module ``python -m ulid``.
37
43
For more information see ``ulid --help``.
38
44
39
-* Make :class:`.ULID`-instances hashable.
45
+* Make :class:`.ULID`-instances hashable. Thanks to `bendykst <https://github.com/bendykst>`_.
40
46
* Added support for Python 3.11.
41
47
48
0 commit comments