- Enable the context manager returned by :meth:`Config.push` to return the state of a global config object to what it was before :meth:`~Config.push` was called.
1.1.0
-------------------
- Add support for :meth:`pushing <Config.push>` and :meth:`popping <Config.pop>` config data onto a global :class:`Config`.
1.0.0
------------------
- Support for optional configuration files in :meth:`Config.from_path`.