Python package for executing functions when packages are imported
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
496 B

Importhook Changelog
===================
Version 1.0.7
-------------
:Released: 03-09-2020
:Changes:
Change usage of f-strings in debug logs to ''.format()
Version 1.0.6
-------------
:Released: 09-25-2018
:Changes:
Fix support for older loaders that use load_module or find_module
Version 1.0.5
-------------
:Released: 09-25-2018
:Changes:
Remove HookLoader functions load_module and create_module.
Version 1.0.4
-------------
:Released: 09-25-2018
:Changes:
Initial release.