-------------
Fixed
~~~~~
* Fixed return-value of ``get_config``. It now properly returns the same return
value as config-resolver 5. New deprecation warnings have been added as well.
.. warning::
This will **BREAK** your code as ``get_config`` now returns a tuple, with
the config instance being the first element! This should never have entered
like this in the 4.x branch. Sorry about that.
* Fixed missing ``NoSectionError`` and ``NoOptionError`` imports (regression
from ``4.2.5`` via commit ``54168cd``)