From cf57a54edea4275c4043e8dd686c6cc46a9d7c18 Mon Sep 17 00:00:00 2001 From: Steffen Waterkamp Date: Thu, 20 Aug 2020 15:58:55 +0200 Subject: [PATCH 1/2] Drop Edge <=18 support from package.json --- gsa/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/gsa/package.json b/gsa/package.json index 2861abc439..123393fc40 100644 --- a/gsa/package.json +++ b/gsa/package.json @@ -108,6 +108,7 @@ "last 3 version", "not dead", "not ie <= 11", + "not edge <=18", "not op_mini all", "ff ESR" ], From 0a0f9693d23f68f50076c1c0dfbb7a75b777e1c9 Mon Sep 17 00:00:00 2001 From: Crystal Lai Date: Thu, 28 Jan 2021 15:08:40 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7405ec7e..889b7964cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fixed the severity for different advisories [#2611](https://github.com/greenbone/gsa/pull/2611) ### Removed +- Removed Edge <= 18 support [#2691](https://github.com/greenbone/gsa/pull/2691) - Removed Internet Explorer 11 support [#2689](https://github.com/greenbone/gsa/pull/2689) - Removed support for uncontrolled form fields [#2520](https://github.com/greenbone/gsa/pull/2520) - Drop gmp scanner type from GSA [#2498](https://github.com/greenbone/gsa/pull/2498)