From 5619d8f13d07a708fb150fd40f020e3e28cedffe Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 13 Jun 2022 16:31:20 +0200 Subject: [PATCH] doc: Mention IE11 compat drop in upgrading chapter --- doc/80-Upgrading.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index ca7490094..44dc60575 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -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.