doc: Mention IE11 compat drop in upgrading chapter

This commit is contained in:
Johannes Meyer 2022-06-13 16:31:20 +02:00
parent 6810b0ab70
commit 5619d8f13d
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ v2.6 to v2.8 requires to follow the instructions for v2.7 too.
## Upgrading to Icinga Web 2 2.11.x
* Support for Internet Explorer 11 has been removed.
* The Vagrant file and all its assets have been removed.
* The `IniStore` class has been removed due to the deprecation of the Preferences ini backend.
* The `DbStore` class has been removed and its methods have been added to `PreferencesStore` class.