X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=15d44142ac062e101cd0d40b0ebac2571ebcb63f;hb=218c51960606454577a12fb6e417d66ab46f3965;hp=2727d1f2cd0bb7e7036799df5a3476f319eba2c8;hpb=42e495df2b8d72365e22f8be708051130bc81973;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index 2727d1f2c..15d44142a 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