* Added support for `app` parameter to `paling.start`, which will override the bottle app instance used to run paling. This
allows developers to apply any middleware they wish to before handing over to paling.
* Disable page caching by default via new `disable_cache` parameter to `paling.start`.
* Add support for listening on all network interfaces via new `all_interfaces` parameter to `paling.start`.
* Support for Microsoft Edge