aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-13 00:08:07 +0300
committerrinpatch <rinpatch@sdf.org>2020-05-13 00:33:38 +0300
commit6430df851d9971aec9c1d11772487e97b6b84903 (patch)
treed3c32ea17de38bd79534d27fd63ad5367b36acd2
parent3f13437a9cfc0f13cb4921ee04b7821c1b169021 (diff)
downloadpleroma-6430df851d9971aec9c1d11772487e97b6b84903.tar.gz
CHANGELOG.md: add 2.0.5 entry
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f01dc3bd2..947394ad1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,21 @@ 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.0.5] - 2020-05-13
+
+### Security
+- Fix possible private status leaks in Mastodon Streaming API
+
+### Fixed
+- Crashes when trying to block a user if block federation is disabled
+- Not being able to start the instance without `erlang-eldap` installed
+- Users with bios over the limit getting rejected
+- Follower counters not being updated on incoming follow accepts
+
+### Upgrade notes
+
+1. Restart Pleroma
+
## [2.0.4] - 2020-05-10
### Security