Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags...
[akkoma] / CHANGELOG.md
index e26c8d26158ad9fe93729d5aeedcc671965593aa..974925e4fa060a7205fb116c99232803a3ca7316 100644 (file)
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ## Unreleased
 
+### Removed
+
+- `:auth, :enforce_oauth_admin_scope_usage` configuration option.
+
 ### Changed
 
 - **Breaking**: Changed `mix pleroma.user toggle_confirmed` to `mix pleroma.user confirm`
@@ -35,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Pleroma API: `GET /api/v1/pleroma/chats` is deprecated in favor of `GET /api/v2/pleroma/chats`.
 
 </details>
+- Improved hashtag timeline performance (requires a background migration). 
 
 ### Added