diff options
author | rinpatch <rinpatch@sdf.org> | 2021-01-18 14:33:28 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2021-01-18 14:33:28 +0000 |
commit | c2186a62d54043ea9638d33f80c7576aba9783e8 (patch) | |
tree | 739c8e52297bb0b8f4c7d1e4e654357f76c7e069 /CHANGELOG.md | |
parent | f64237927c05173e4f29dbbd2a563f123690da7e (diff) | |
parent | 9b68248fd6a5ad733a547d9886da7adc5cbb4767 (diff) | |
download | pleroma-release/2.2.3.tar.gz |
Merge branch 'release/2.2.2' into 'stable'v2.2.2release/2.2.3
Release/2.2.2
See merge request pleroma/pleroma!3216
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f32014f1c..2b2be4ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ 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/). +## [2.2.2] - 2020-01-18 + +### Fixed + +- StealEmojiPolicy creates dir for emojis, if it doesn't exist. +- Updated `elixir_make` to a non-retired version + +### Upgrade notes + +1. Restart Pleroma + ## [2.2.1] - 2020-12-22 ### Changed @@ -17,6 +28,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> |