Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Change Log
==========

Current (0.2.1.dev)
-------------------
0.2.1 (15/11/2025)
------------------

- Fixed an issue where `ctypes.Union` types weren't accepted as a valid function argument type.
- Added the ability to specify the type of a function argument using ``typing.Annotated`` to improve type hinting in libraries.

0.2.0 (02/10/2025)
--------------------
------------------

This release makes a milstone in stability and functionality for pyMHF.
The API for hooking functions should be considered "stable" from this point onwards and is unlikely to change significantly in the future (I hope!).
Expand Down