summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2021-01-08 13:10:49 +0000
committerrinpatch <rinpatch@sdf.org>2021-01-18 15:28:19 +0300
commit3dc04b9aca99fc6888e2354fa1cd3c2838ded499 (patch)
treece0b7847beb577071de1e11dded1d16db1d72ca6 /CHANGELOG.md
parent197606984dc828f6ccac76902171138a99945c9c (diff)
Merge branch 'fix/missing_emoji_steal_dir' into 'develop'
Create dir for EmojiStealPolicy automatically See merge request pleroma/pleroma!3218
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f32014f1c..07e3271da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## Unreleased (Patch)
+
+### Fixed
+
+- StealEmojiPolicy creates dir for emojis, if it doesn't exist.
+
## [2.2.1] - 2020-12-22
### Changed
@@ -17,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Rich Media Previews sometimes showed the wrong preview due to a bug following redirects.
- Fixes for the autolinker.
- Forwarded reports duplication from Pleroma instances.
+- Emoji Reaction activity filtering from blocked and muted accounts.
- <details>
<summary>API</summary>