Update CHANGELOG (add a note about !1649)
authorEgor Kislitsyn <egor@kislitsyn.com>
Mon, 9 Sep 2019 18:30:02 +0000 (01:30 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Mon, 9 Sep 2019 18:30:02 +0000 (01:30 +0700)
CHANGELOG.md

index 50a4467e8f069c5911cdf329db26da011ee10da7..17d178b77c931ddf5b5437f782eca64422d88fff 100644 (file)
@@ -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