----------------
- Drop support for Python 2.7, 3.5, and 3.6.
- Support Python 3.7, 3.8, 3.9, 3.10.
See https://github.com/Pylons/pyramid_exclog/pull/35
- Add ``exclog.hide_cookies`` config option to mark certain
cookie values as hidden from messages.
See https://github.com/Pylons/pyramid_exclog/pull/39
- Include the license file in the wheel.
See https://github.com/Pylons/pyramid_exclog/pull/37
- Refactor source repo, blackify, and remove tests from package.
See https://github.com/Pylons/pyramid_exclog/pull/41