----------------
- Fixed `MultiConverter.toFieldValue` tuple typed field support
(when `field._type` is a tuple of types, not a single type).
- Added Python 3.9 compatibility and testing.
- Applied `zopefoundation.meta` config
- Fixed tests for the `zope.schema.Bool` required default change.
- Fixed tests for the `zope.interface` `repr()` change.
- Fixed compatibility with changed repeat syntax.
Fixes `issue 94 <https://github.com/zopefoundation/z3c.form/issues/94>`_.
- Some fixes in spanish translation.
[erral]
- Drop support for Python 3.4.
- Add support for Python 3.8b4.
- Try to fix the buggy hidden mode behaviour of checkbox widgets.
Fixes `issue 89 <https://github.com/zopefoundation/z3c.form/issues/89>`_.