diff options
author | rinpatch <rinpatch@sdf.org> | 2021-01-18 16:20:36 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2021-01-18 17:08:26 +0300 |
commit | 605f38903848efc3ea6161259f5ef244efa665cc (patch) | |
tree | 96287301421a104853e6cd3458fb607977ff65c8 | |
parent | 3dc04b9aca99fc6888e2354fa1cd3c2838ded499 (diff) | |
download | pleroma-605f38903848efc3ea6161259f5ef244efa665cc.tar.gz |
CHANGELOG.md: Finalize 2.2.2 changelog
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e3271da..2b2be4ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,16 @@ 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) +## [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 |