* Breaking change: * Route /1/entities deprecated, replaced by /2/entities with different structure.
2.0.3
* Refactor middlewares in order to send error emails *and* returning JSON with correct content-type.
2.0.2
* Remove any mention to `conda` in README, since we use `pip` now.
2.0.1
* In some cases in `/variables` endpoint, `source_file_path` of each variable was wrong if application was deployed in a virtualenv. This fix uses `importlib` to get the path of the country package instead of `pkg_resources`.
2.0.0
* Update introspection data (via OpenFisca-Core update) * Add country_package_name to parameters and variables endpoints * Add debug logging to load_environment * Do not pre-load 2 years in debug mode * Add currency to variables endpoint