- Fix a regression in the YAML test runner. If you have changed any YAML tests since 25.0.0, please rerun them.
25.2.1
- Update documentation URL in the API welcome message
25.2.0
- Support DAY periods
25.1.1
- Explicit test runner dependencies in Python 2.7 - Using an older version of `ruamel` caused a `'CommentedSeq' object has no attribute 'get'` error.
25.1.0
- Don't sort JSON keys in the Web API - By default, `flask` sorts JSON _object_ keys alphabetically - This is useful for reusing http caches for example, at the cost of some performance overhead - But the [JSON specification](https://www.json.org/) doesn’t require to keep an order, as _objects_ are defined as "an unordered set of name/value pairs"