From 3152027df136b6c00cee3f6d64d12c905f4301e9 Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Sun, 5 Oct 2025 16:15:53 +0200 Subject: [PATCH] Mention multi-delete in ChangeLog. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c0b01c6f4..043a1d5846 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ Version 9.0.0DEV - Add option to print from the submit client. - UI/UX: - Removed first to solve in problem/contest from balloon service. + - Add option to delete multiple entities of the same kind in one go, e.g. + problems, users, teams... - Replaced ACE editor with Monaco, improving diff viewing and adding a `no-diff` mode. - Highlight pending submissions during freeze on jury scoreboard.