1.2.0 - `@with_signature` supports `None`
None
can be used as the desired signature of @with_signature
. This indicated that the user does not want to create a new function but only wants to update the metadata. Fixes #20.
See documentation page for details.