---
* Python 2.5 support removed.
* Removed dependencies on httplib2, jaraco.compat, simplejson.
* Removed `eggmonster.environment.Environment._locals`, which was just a
reference to self.
* Clients older than 4.1.18 are no longer supported.
Upgrade notes:
Eggmonster clients should update their code to replace calls to
`config.load_config` to use `config.ClusterConfig.from_file` and calls to
`config.load_config_from_yaml` with `config.ClusterConfig.from_yaml`.
Eggmonster clients should also replace references to _locals (if any) to
invoke the Environment object directly.