---
* Add a test suite
* Treat Frozen-Flask warnings as errors
* **Important:** It is now recommended to run ``freeze`` in ``.travis.yml``
``script`` section to catch problems in Pull Requests etc.
* **Important:** This version of Elsa will warn if you use the ``deploy``
command without specifying ``--push`` or ``--no-push`` explicitly.
In a future release, it will switch to *not* pushing the built pages by
default.
* Remove the dependency on ``sh`` to improve compatibility with Windows
* Supports Linux, Mac OS X and Windows
* The ``gh-branch`` is purged before the deploying commit (`14`_)
* It is possible to shutdown the server via a special POST request (`21`_)
.. _14: https://github.com/pyvec/elsa/issues/14
.. _21: https://github.com/pyvec/elsa/pull/21