Added changelog for #660

This commit is contained in:
Bernd Bestel 2020-03-25 19:29:30 +01:00
parent 375865d80e
commit 22eaeee572
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -4,3 +4,4 @@
### General & other improvements
- Prerequisites (PHP extensions, critical files/folders) will now be checked and properly reported if there are problems (thanks @Forceu)
- Improved the the overview pages on mobile devices (main column was hidden) (thanks @Mik-)
- Optimized the handling of settings provided by `data/settingoverrides` files (thanks @dacto)