------------------
- Feature: Added support for context-specific template lookup, introduced in
`z3c.template` 1.2.0 - templates can now be registered using (view, request,
context) discriminator.
- Feature: Added support for `z3c.pt` templates using `z3c.ptcompat`
compatibility package.
- Feature: Added layout support for `IAdding` component based add forms.
- Feature: Added CSS for multi-widget which was added in `z3c.form` 2.0.0.
- Bug: Changed usage of ``template/macros/*`` to ``macro:*``, because the
first one doesn't work when we override a form template and use the form
macro, registered with this package.
- Bug: Don't do rendering in form's `__call__` method when request is a
redirection.
- Bug: Reformatted long-description to render properly on pypi.