- Depend on ``pastedeploy >= 2.0`` to enforce new behavior when overriding defaults. Default values passed into the loader will now override values in the ``[DEFAULT]`` section. See https://github.com/Pylons/plaster_pastedeploy/pull/17
0.6
================
- Change ``setup_logging`` to invoke ``logging.config.fileConfig`` with ``disable_existing_loggers=False`` to avoid disabling any loggers that were imported prior to configuration of the logging system. See https://github.com/Pylons/plaster_pastedeploy/pull/16
0.5
================
- Removed environment variable support entirely for now. The feature requires bugfixes upstream in PasteDeploy which have not been done yet and this was breaking people's environments so it is gone for now. See https://github.com/Pylons/plaster_pastedeploy/pull/15
0.4.2
==================
- Fix ``ConfigDict.copy`` so that it works. See https://github.com/Pylons/plaster_pastedeploy/pull/14