-----------
*Release date: 2016-04-07*
- Added the ``universal_view_decorator_with_args`` wrapper to be able to use legacy decorators with view classes
and view class methods.
- Removed ``view_class_decorator`` and ``view_routine_decorator`` from the public interface of the library.
You should use ``universal_view_decorator`` or ``universal_view_decorator_with_args`` that combines the features
of the removed decorators.
- Added this CHANGES.rst file.
- Improved the contents of the half-ready README.rst.