------------------
Breaking Changes:
- Convert all datetime, DateTime and time instances to UTC before serializing.
[thet]
- Use python-dateutil instead of DateTime to parse date strings when de-serializing.
[thet]
- Make `translations` endpoint expandable
[erral]
- Rename the results attribute in `translations` endpoint to be 'items'
[erral]
- Remove 'language' attribute in `translations` endpoint from the
top-level response entry
[erral]
New Features:
- Expose the tagged values for widgets in the types endpoint.
[jaroel]
- Render subject vocabulary as items for subjects field.
[jaroel]
- New permission for accessing user information in the GET user endpoint
`plone.restapi: Access Plone user information` mapped by default to Manager
role (as it was before).
[sneridagh]
Bugfixes:
- Add VHM support to search
[csenger]