diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-10 01:30:02 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-10 01:30:02 +0700 |
commit | e34de00052e628579a2915c95383d3bfd48f5ca5 (patch) | |
tree | ed4a25c658a9436e7c5e94c033464583792c0851 | |
parent | 896ffabe37406e85c2a3c2f30d2e882c68b5831e (diff) | |
download | pleroma-e34de00052e628579a2915c95383d3bfd48f5ca5.tar.gz |
Update CHANGELOG (add a note about !1649)
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a4467e8..17d178b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Reverse Proxy limiting `max_body_length` was incorrectly defined and only checked `Content-Length` headers which may not be sufficient in some circumstances - MRF: fix use of unserializable keyword lists in describe() implementations - ActivityPub: Deactivated user deletion +- ActivityPub: Fix `/users/:nickname/inbox` crashing without an authenticated user - MRF: fix ability to follow a relay when AntiFollowbotPolicy was enabled ### Added |