* Added Django 1.11 support. * Dropped official Django 1.7 support (may still work).
0.2.1
+++++
* Made :meth:`~django_functest.FuncCommonApi.get_literal_url` accept absolute URLs for Selenium (WebTest already worked by accident).
0.2.0
+++++
* Added :meth:`~django_functest.FuncCommonApi.new_browser_session` and :meth:`~django_functest.FuncCommonApi.switch_browser_session` to the common API. These can be used to simulate multiple devices or users accessing the site. See the docs for important usage information.
0.1.9
+++++
* Fix for scrolling to exactly the right place. * Added docstrings everywhere, and a base class you can inherit from for the purpose of providing autocomplete help.
0.1.8
+++++
* Django 1.10 compatibility
0.1.7
+++++
* Fixed performance/reliability issue caused by browsers attempting to retrieve ``/favicon.ico`` after visiting ``emptypage``.