- Correctly log exception if viewlet rendering failed. [jensens]
2.0.9
------------------
- Fix manage-viewlets for Plone 5 [pbauer]
2.0.8
------------------
- Rename ``_uncatched_errors`` to ``_exceptions_handled_elsewhere`` [jean]
2.0.7
------------------
- flake8 fixes and general cleanup. [gforcada]
- Sort skins and viewletmanagers on exports to create stable exports. This fixes: https://github.com/plone/plone.app.viewletmanager/issues/7 [gforcada]
2.0.6
------------------
- Use the ``!important`` directive for the ``.hide`` and ``.show`` CSS declarations on the ``manage-viewlets`` view. Twitter Bootstrap is using ``!important`` on these class names too, which made the viewlet management view unusable. [thet]