Release Summary
Feature and bugfix release.
Minor Changes
- Extend deprecation/removal note that collections can be installed manually after removal (#371).
Bugfixes
- Make sure that all errors are caught during documentation normalization. Until now exceptions derived from
BaseException
that are not derived fromException
are not handled correctly (#389).