Skip to content

Commit cfc4184

Browse files
committed
Add changelog for 2.1.0 release
1 parent ee313ce commit cfc4184

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Added
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
---------------------
@@ -36,7 +42,7 @@ Added
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

0 commit comments

Comments
 (0)