- :feature:`109` Add a ``default`` kwarg to
`invoke.collection.Collection.add_task` allowing per-collection control over
default tasks.
- :feature:`108` Update `invoke.collection.Collection.from_module` to accept
useful shorthand arguments for tweaking the `invoke.collection.Collection`
objects it creates (e.g. name, configuration.)
- :feature:`107` Update configuration merging behavior for more flexible reuse
of imported task modules, such as parameterizing multiple copies of a module
within a task tree.