From f07bdb0296250345bb9b4a5f026f763af4255c0c Mon Sep 17 00:00:00 2001 From: Jage9 Date: Fri, 27 Feb 2026 04:18:48 -0500 Subject: [PATCH] Add changelog entry for roles/permissions system --- client/public/changelog.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/public/changelog.json b/client/public/changelog.json index ad2d4cb..bca9932 100644 --- a/client/public/changelog.json +++ b/client/public/changelog.json @@ -3,6 +3,7 @@ { "date": "February 27, 2026", "items": [ + "Added user roles/permissions system.", "Clock item type now is an actual talking clock with optional alarm and top of hour announcement." ] },