Replace the toml reader with the JSON settings reader, directly parse the data to SettingsUpdate, Update CHANGELOG

This commit is contained in:
Pedro Paulo de Amorim
2020-03-31 23:06:39 +01:00
parent bc9c80a5ee
commit f5d57c9dce
3 changed files with 16 additions and 7 deletions

View File

@ -4,3 +4,4 @@
- Add support for aligned crop in search result (#543)
- Sanitize the content displayed in the web interface (#539)
- Add support of nested null, boolean and seq values (#571 and #568, #574)
- Fixed the core benchmark (#576)