- editbar.menu and editbar.menus can now find workflow contentmenu in Plone5. [djowett-ftw]
2.1.1
------------------
- Since the default mode changed in python3 [`Portingguide <https://portingguide.readthedocs.io/en/latest/strings.htmlfile-i-o>`_] we should use ``from io import open`` to make it compatible with both versions in ``core.py``. This is relevant for e.g. ``browser.debug()`` [busykoala]
2.1.0
------------------
- Implement webtest driver. [buchi]
2.0.0
------------------
- Add support for Plone 5.2. [buchi]
- Make Traversal and Mechanize drivers optional as the underlying libraries are no longer available in Zope 4 (Plone 5.2). [buchi]
- No longer use plone.formwidget.autocomplete and plone.formwidget.contenttree in tests with Plone 5 and later. [buchi]
- Implement AjaxSelectWidget and improve RelatedItemsWidget. [buchi]
- Modernize z3c form used in test by using directives to setup widgets and removing form wrapper. [buchi]
- Plone 5: disable resource registries in order to improve overall performance. [jone]
- Add support for Python 3. [buchi]
1.30.1
-------------------
- Add an `allow_redirects` property to `browser` for being able to block following redirects. [Rotonen]