diff options
author | lain <lain@soykaf.club> | 2020-12-02 16:52:44 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-02 16:52:44 +0100 |
commit | a0aece3223e20e3a1b978261dd718ce2834561d2 (patch) | |
tree | f9daee45a2cf3ab1f09f082621f48ac9c0927349 | |
parent | ab2610b703c521e6141a7bef3ba24b6f5d5bf91d (diff) | |
download | pleroma-a0aece3223e20e3a1b978261dd718ce2834561d2.tar.gz |
Changelog: Update changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ef66408..648f28822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Polls now always return a `voters_count`, even if they are single-choice. - Admin Emails: The ap id is used as the user link in emails now. - Search: When using Postgres 11+, Pleroma will use the `websearch_to_tsvector` function to parse search queries. +- Emoji: Support the full Unicode 13.1 set of Emoji for reactions. ### Added |