Added changelog for #660

This commit is contained in:
Bernd Bestel
2020-03-25 19:29:30 +01:00
parent 375865d80e
commit 22eaeee572

View File

@@ -4,3 +4,4 @@
### General & other improvements ### General & other improvements
- Prerequisites (PHP extensions, critical files/folders) will now be checked and properly reported if there are problems (thanks @Forceu) - 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-) - 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)