0.4.0
The version 0.4.0 of Scalpl includes the following changes:
Breaking changes
- In order to match the original dict API,
Cut.pop
will raise aKeyError
exception if the key is not found and no default value has been provided.
Bugs
- Many bugs have been fixed thanks to a large rewrite of scalpl internals and more thorough unit tests