From b1328258f275a562374c3df54895f628e5b7f236 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 12 Sep 2024 00:13:42 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 262c092..fa0c3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ - Enhancement: Add wiki link button to footer - Fix: "ordering=unknown" by only applying ordering if it's truthy - Fix: Exception caused by unfinished queryset method on the `/api/guild-settings/` endpoint -- -- TODO: fix areas marked `// FIX: potential xss attack` +- Enhancement: rewrote `confirmDeleteModal` into less specific `confirmationModal` with specifiable styles +- Fix: Several potential xss attack vectors - **v0.3.3**