Update CHANGELOG-2.x.md

This commit is contained in:
slawkens
2026-01-04 13:04:01 +01:00
parent a66edfad31
commit af9d4c2aeb

View File

@@ -1,4 +1,9 @@
## [2.0-dev - x.x.2025] ## [2.0-dev - x.x.2025]
### Changed ### 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)