Skip to content

Commit e5fec99

Browse files
committed
Update CHANGELOG.md
1 parent 9300e11 commit e5fec99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ be considered deprecated, but will continue to work. Application keys _will not_
4040
* Adds command to return a list of all nodes available on the Panel in both table and JSON format (`php artisan p:node:list`).
4141
* Adds server network (inbound/outbound) usage graphs to the console screen.
4242
* Adds support for configuring CORS on the API by setting the `APP_CORS_ALLOWED_ORIGINS=example.com,dashboard.example.com` environment variable. By default all instances are configured with this set to `*` which allows any origin.
43+
* Adds proper activity logging for the following areas of the Panel: authentication, user account modifications, server modification. This is an initial test implementation before further roll-out in the software. Events are logged into the database but are not currently exposed in the UI — they will be displayed in a future update.
4344

4445
### Removed
4546
* Removes Google Analytics from the front end code.
4647
* Removes multiple middleware that were previously used for configuring API access and controlling model fetching. This has all been replaced with Laravel Sanctum and standard Laravel API tooling. This should make codebase discovery significantly more simple.
48+
* **DEPRECATED**: The use of `Pterodactyl\Models\AuditLog` is deprecated and all references to this model have been removed from the codebase. In the next major release this model and table will be fully dropped.
4749

4850
## v1.7.0
4951
### Fixed

0 commit comments

Comments
 (0)