From 3ea2b68561884d81f0c6294477992502aa091ea7 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 4 Jan 2026 13:17:03 +0100 Subject: [PATCH] Update CHANGELOG-2.x.md --- CHANGELOG-2.x.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-2.x.md b/CHANGELOG-2.x.md index 096b1ee2..63cbdde7 100644 --- a/CHANGELOG-2.x.md +++ b/CHANGELOG-2.x.md @@ -1,9 +1,12 @@ ## [2.0-dev - x.x.2025] +### Added +* Add an "access" option to Menus (#340) + * Possibility to hide menus for unauthorized users +* Add the possibility to fetch skills in the getTopPlayers function + ### Changed * Better handling of vocations: (#345) * Load from vocations.xml (No need to manually set) * Support for Monk vocation -* Add an access option to Menus (#340) - * Possibility to hide menus for unauthorized users * Reworked account action logs to use a single IP column as varchar(45) for both ipv4 and ipv6 (#289)