* Technical change: return a nice error message to the user instead of a generic "Server Error". - Impacts `simulate` endpoint.
5.0.0
* Breaking change: Adapt Web-API to OpenFisca-Core 10
* Technical change: return the error message to the user instead of a generic "Server Error". - Impacts `calculate` and `simulate` endpoints. - In particular when a wrong period is specified for an input variable in the JSON payload
4.0.0
* Restrict the accepted formats to define a period - The valid formats are listed in [the doc](http://openfisca.org/doc/periodsinstants.html)
3.4.0
* Improve error messages when the test case is invalid * Make the web API compatible with `OpenFisca-Core v8`
3.3.1
* Technical and not breaking change - Move JSON representation of entities to the Core for code factorization
3.3.0
* Adapt the web API to make it compatible with `OpenFisca-Core v7`