- Make the registration of the ``FileETag`` adapter conditional on the environment as Zope 4 registers this adapter explicitly in ``Products.Five.browser``. See `12 <https://github.com/zopefoundation/zope.browserresource/pull/12>`_.
- Add support for Python 3.8.
- Drop support for Python 3.4.
4.3
================
- Add support for Python 3.7.
- Host documentation at https://zopebrowserresource.readthedocs.io
- Add ``.git`` to the list of directory names that are ignored by default.
- Fix test compatibility with zope.i18n 4.3. See `8 <https://github.com/zopefoundation/zope.browserresource/issues/8>`_