-------------
Released on Dec 30th 2015.
- Refactor the Adapter module for better usage
- Add ``-a, --adapter`` argument to the restart utility
- Select the first renderer class if no format suffix is specified
- Add ``context`` keyword argument to :meth:`Parser.parse() <restart.parsers.Parser.parse>`
and :meth:`Renderer.render() <restart.renderers.Renderer.render>`
- Use ``_locked_cached_classproperty_<method-name>`` (instead of ``<method-name>``)
as the default name of the cached class property, which holds the calculated result for the
:class:`locked_cached_classproperty <restart.utils.locked_cached_classproperty>`
decorated class property
- Implement the :meth:`get_embedded_rules <restart.adapter.WerkzeugAdapter.get_embedded_rules>`
method of WerkzeugAdapter
- Update documentation
- Update examples