Skip to content

Commit

Permalink
Add changelog for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Sep 21, 2023
1 parent ee313ce commit cfc4184
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Added
* The new method :meth:`.ULID.to_uuid4` can be used to create an RFC 4122 compliant ``UUID`` from
an existing :class:`.ULID`.

Changed
~~~~~~~
* The ``validate_types``-decorator that is used for all ``ULID.from_*``-methods to check type
correctness at runtime has now better support for type hints.
Thanks to `@johnpaulett <https://github.com/johnpaulett>`_


`2.0.0`_ - 2023-09-20
---------------------
Expand All @@ -36,7 +42,7 @@ Added
The CLI can also be invoked as a module ``python -m ulid``.
For more information see ``ulid --help``.

* Make :class:`.ULID`-instances hashable.
* Make :class:`.ULID`-instances hashable. Thanks to `bendykst <https://github.com/bendykst>`_.
* Added support for Python 3.11.


Expand Down

0 comments on commit cfc4184

Please sign in to comment.