0.5
~~~
- Method Application.get_host (7e63ec3)
- Todo.todo_loop has been replaced by Todo.todo_list with different signature (16c684e)
- New handlers.Log handler is set by default (e0d972d)
- Callbacks are not only on POST methods (9b2fc96)

0.4
~~~
- Tasks handlers are incorporated into the library (in `factornado.tasks`)
- All examples have a swagger attribute.

0.3
~~~
- Several example on how to use factornado
- Tests based on these examples
- application.WebMethod allows to pass headers
- heartbeat reorganized to be asynchronous
- possibility to stop the server
- shortcut factornado.RequestHandler to tornado.web.RequestHandler

0.2
~~~
- Application object lets you run a server in a few lines
- Todo and Do handler let you create periodicTasks in a few lines


0.1
~~~
- A first version

