From 9cff88c18b422b8d63d00ca12a80d4d385331cfe Mon Sep 17 00:00:00 2001 From: C-Valen Date: Wed, 11 Dec 2024 16:17:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Changelog=20amendments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236c071b..1156737c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # OSIM Changelog ## [Unreleased] +## Fixed +* Fix save all button behavior for affects table (`OSIDB-3664`) +* Fix loss of focus and undesirable sorting on affects being edited (`OSIDB-3700`) + ### Changed * Move notifications to left side (`OSIDB-3543`) * Don't show notifications when they are disabled (`OSIDB-3543`) @@ -13,14 +17,10 @@ ### Fixed * Fix trackers status filter not working (`OSIDB-3720`) * Fix duplicated values on CVSS displays (`OSIDB-3658`) -* Fix save all button behavior for affects table (`OSIDB-3664`) -* Fix loss of focus and undesirable sorting on affects being edited (`OSIDB-3700`) * Fix wrong advance search custom order (`OSIDB-3609`) ### Changed * Enable manual flaw association in Trackers Manager while query for related flaws resolves (`OSIDB-3739`) -* Move notifications to left side (`OSIDB-3543`) -* Don't show notifications when they are disabled (`OSIDB-3543`) ## [2024.11.1] ### Added