X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=29dd347a00503938172f199925cbdb73a6c950cf;hb=ca7f24064304945587fc232325dce4b834ff6c94;hp=e1dfeae01c00199f45de696ae910d63b94627242;hpb=d8860eaee46c9bc0a079e90dfb008c54923d7330;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dfeae01..29dd347a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Emoji: Support the full Unicode 13.1 set of Emoji for reactions, plus regional indicators. - Admin API: Reports now ordered by newest - Deprecated `Pleroma.Uploaders.S3, :public_endpoint`. Now `Pleroma.Upload, :base_url` is the standard configuration key for all uploaders. +- Extracted object hashtags into separate table in order to improve hashtag timeline performance (via background migration in `Pleroma.Migrators.HashtagsTableMigrator`). ### Added