Version 4.2.1
Fixed
- For
AddonsAPI
:- In version 4.2.0, passing a Python dictionary as
params
to theexecute
method would cause anAttributeError
. Now, you can use either anAddonExecutionParams
instance or adict
. #272
- In version 4.2.0, passing a Python dictionary as