Skip to content

Fixing Task.update

Compare
Choose a tag to compare
@jpetrucciani jpetrucciani released this 04 Dec 13:44
· 8 commits to master since this release

This release should resolve #6.

The add_assignees and remove_assignees parameters are now correctly documented as Lists of int/Users instead of just int/User, and the list is defaulted to an empty list if nothing is passed to the function.

Thanks @y-aok for bringing up this issue!