-------------
(bugfix release, released on September 12th, 2014)
- Wrote documentation for the ``cosmic.globals`` module.
- Implemented ``cosmic.globals.thread_local_middleware``.
- Now the server doesn't force the creation of a thread-local on every request,
it checks if one exists already. This allows using the middleware explicitly.