diff options
author | Egor <egor@kislitsyn.com> | 2019-06-06 12:17:49 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-06 12:17:49 +0000 |
commit | f82382de22c860c4a67a69e579e2d1fd2b186a87 (patch) | |
tree | 4c4c016df377e8fee79ea3415a7e2f17e633bfb2 /CHANGELOG.md | |
parent | 3f6da9c45aeb6954a857566731f483cd3da8d068 (diff) | |
download | pleroma-f82382de22c860c4a67a69e579e2d1fd2b186a87.tar.gz pleroma-f82382de22c860c4a67a69e579e2d1fd2b186a87.zip |
[#943] Make the unauthenticated users limitation optional
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 376df2e57..cf2232b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Configuration: `notify_email` option - Configuration: Media proxy `whitelist` option - Configuration: `report_uri` option +- Configuration: `limit_unauthenticated_to_local_content` option - Pleroma API: User subscriptions - Pleroma API: Healthcheck endpoint - Pleroma API: `/api/v1/pleroma/mascot` per-user frontend mascot configuration endpoints |