- Permissions is a new feature introduced in this version. By setting
``BLOGGING_PERMISSIONS`` to ``True``, one can restrict which of the users
can create, edit or delete posts.
- Added ``BLOGGING_POSTS_PER_PAGE`` configuration variable to control
the number of posts in a page.
- Documented the url construction procedure.