diff options
author | rinpatch <rinpatch@sdf.org> | 2020-11-05 16:33:51 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-11-05 16:33:51 +0300 |
commit | 6166ecdbc8c52d2ef392eda3cc3bd892a2d6ecf3 (patch) | |
tree | 4cb91a584f74f1c2a95bbe8c39d24d80d2ef3316 | |
parent | 5116859f0e53a5b79a01f764fa3baf4c2110df1b (diff) | |
download | pleroma-6166ecdbc8c52d2ef392eda3cc3bd892a2d6ecf3.tar.gz pleroma-6166ecdbc8c52d2ef392eda3cc3bd892a2d6ecf3.zip |
CHANGELOG.md: Add an entry for the spoofing fix
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d712c3498..034456261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ 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.0] - 2020-10-?? +## [2.2.0] - 2020-11-?? + +### Security +- Fixed the possibility of using file uploads to spoof posts. ### Changed |