Changelog: Update changelog

This commit is contained in:
Lain Soykaf 2025-12-31 10:49:28 +04:00
commit a5da6ce58e
3 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
- Admin API: Fixed self-revocation vulnerability where admins could accidentally revoke their own admin status via the single-user permission endpoint
- Fix bypass of the restrict unauthenticated setting by requesting local Activities
### Changed
@ -104,6 +105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- ObjectView: Do not leak unsanitized internal representation of non-Create/non-Undo Activities on fetches
- Fix WebFinger for split-domain setups
- Enforce an exact domain match for WebFinger resolution
- MastodonAPI: Fix misattribution of statuses when fetched via non-Announce Activity ID
## 2.9.1

View file

@ -1 +0,0 @@
MastodonAPI: Fix misattribution of statuses when fetched via non-Announce Activity ID

View file

@ -1 +0,0 @@
Fix bypass of the restrict unauthenticated setting by requesting local Activities