diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5119ff3..bdc98b201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,8 +31,11 @@ - Fixes 6776 - OAuth client secret not displayed after creation - Fixes 6777 - Added error on PAT creation when OAUTH_PAT_ENABLED is false - Fixes 6803 - Fix deleting oauth client -- ([#6815](https://github.com/pixelfed/pixelfed/pull/6802)) +- ([#6815](https://github.com/pixelfed/pixelfed/pull/6815)) - Major Refactor: convert string-based routes to ::class array syntax required by laravel 13+ - #6814 +- ([#6835](https://github.com/pixelfed/pixelfed/pull/6835)) + - refactor: migrate to modern Laravel 13+ bootstrap/app.php + - refactor: replace short facade aliases with fully-qualified imports ## [v0.12.9 (2026-08-25)](https://github.com/pixelfed/pixelfed/compare/v0.12.9...dev)