File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1313* The new method :meth: `.ULID.to_uuid4 ` can be used to create an RFC 4122 compliant ``UUID `` from
1414 an existing :class: `.ULID `.
1515
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+
1622
1723`2.0.0 `_ - 2023-09-20
1824---------------------
3642 The CLI can also be invoked as a module ``python -m ulid ``.
3743 For more information see ``ulid --help ``.
3844
39- * Make :class: `.ULID `-instances hashable.
45+ * Make :class: `.ULID `-instances hashable. Thanks to ` bendykst < https://github.com/bendykst >`_.
4046* Added support for Python 3.11.
4147
4248
You can’t perform that action at this time.
0 commit comments