-------------------
*New:*
* Add support of pathlib.Path objects, both in loading the config
and through the new ``getpath`` getter.
* Add ``mandatory_section`` option to ``ConfigGetter`` to enforce the use
of a section in requested keys (and its underlying option ``key_validator`` on
``BaseConfigGetter`` to validate keys format)
*Removed:*
* Drop support of Python 2.7 which reached EOL in January 2020
* Drop support of Python 3.4 which reached EOL in 2019