diff options
author | lain <lain@soykaf.club> | 2019-12-04 12:49:46 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-12-04 12:49:46 +0100 |
commit | 21353a8ee900fc5b48d7de5168f0b81e7b15dc97 (patch) | |
tree | 5a13b2cad3657be3bbc4db32cfea1fe0f39a568b | |
parent | aa97fe8f175c3618a04bb45e6aa7c37e26259577 (diff) | |
download | pleroma-21353a8ee900fc5b48d7de5168f0b81e7b15dc97.tar.gz |
Changelog: Add information about chat limit.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a06ea211e..b162026e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). </details> ### Added +- `:chat_limit` option to limit chat characters. - Refreshing poll results for remote polls - Authentication: Added rate limit for password-authorized actions / login existence checks - Static Frontend: Add the ability to render user profiles and notices server-side without requiring JS app. |