Minor improvements to news

This commit is contained in:
Unrud 2020-04-26 16:47:11 +02:00
parent 82f05b58f3
commit 9a5ba5aa1b

View File

@ -16,7 +16,7 @@ This release is incompatible with previous releases. See the upgrade checklist b
* Major refactor
* Never sanitize paths multiple times (check if they are sanitized)
* Config
* Multiple configuration files with the format /path/to/config1:/path/to/config2
* Multiple configuration files separated by ``:`` (resp. ``;`` on Windows)
* Optional configuration files by prepending file path with ``?``
* Check validity of every configuration file and command line arguments separately
* Report the source of invalid configuration parameters in error messages
@ -49,7 +49,7 @@ This release is incompatible with previous releases. See the upgrade checklist b
* Show warning if JavaScript is disabled
* Pass HTML Validator
* Storage
* Check for missin UIDs in items
* Check for missing UIDs in items
* Check for child collections in address books and calendars
* Code cleanup:
* Split BaseCollection in BaseStorage and BaseCollection