------------------
Breaking changes:
- ``plone.testing.z2`` is now a BBB shim for ``plone.testing.zope``,
thus it switches the tests to use WSGI.
If you absolutely want to keep using ZServer please import from ``plone.testing.zserver``.
- ``plone.testing.z2`` now only contains a no-op FTPServer layer because FTP is not supported by WSGI.
If you really need it, import it from ``plone.testing.zserver`` but this will not work on Python 3.
- Default to picking a dynamical port for ZServer layers instead of a static
default port.
[Rotonen]
New features:
- Make ``ZServer`` an optional dependency.
- Add support for Python 3.6.
[rudaporto, icemac]
Bug fixes:
- Explicitly depend on ZServer on the z2 extra.
[Rotonen]