==================
* This release depends on grokcore.view 1.13a1.
* Add ZTK support (currently ZTK 1.0dev).
* Grokdocs now uses ZTK pinned versions.
* The ``grok.permissions()``, that is used in the ``grok.Role`` component now
accepts references to ``grok.Permission`` class, not just permission ids.
This behaviour is now symetrical to the ``grok.require()`` directive.
* Added an util function, ``create_application``, to create an
application and trigger the correct events during the process.
* Grok now provides an application-centric event to complete the
zope.lifecycle ones. This event, ``ApplicationInitializedEvent``, is
destined to be trigged after the application has been added to a
container. At this particular step, the application is considered
safe for additional content to be created.
* Use grokcore.site and grokcore.annotation instead of builtins
implementations.
* Update the reference to mention ``zope.View``.
* Update the reference to mention direct references to permissions in
``grok.require`` and ``grok.permissions`` in ``grok.Role``.
* Fix documentation bug where virtualenv wasn't explained correctly.
* Remove the ``grok.View`` permission declaration in ``etc/site.zcml.in``,
should have gone in 1.0b2 already