diff --git a/CHANGELOG-2.x.md b/CHANGELOG-2.x.md index 3a51ae46..ff679d60 100644 --- a/CHANGELOG-2.x.md +++ b/CHANGELOG-2.x.md @@ -1,4 +1,9 @@ ## [2.0-dev - x.x.2025] ### Changed -* Reworked account action logs to use single IP column as varchar(45) for both ipv4 and ipv6 (https://github.com/slawkens/myaac/pull/289) +* 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 (https://github.com/slawkens/myaac/pull/289)