summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-08-13 22:40:13 +0000
committerrinpatch <rinpatch@sdf.org>2019-08-13 22:40:13 +0000
commit83a3de8cc4edc6992bbc334cda57de13caa971b0 (patch)
tree9a3a30ce0ea4c79d5d0dea02441824b6cb8c8256 /CHANGELOG.md
parent47c20ab79635257f4a8dcd9886821d10276516a3 (diff)
parentbbd9ed02576f1599e90f8575573fe6e935d32eae (diff)
downloadpleroma-83a3de8cc4edc6992bbc334cda57de13caa971b0.tar.gz
pleroma-83a3de8cc4edc6992bbc334cda57de13caa971b0.zip
Merge branch 'length-limit-bio' into 'develop'
Add configurable length limits for `User.bio` and `User.name` See merge request pleroma/pleroma!1515
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4229bd50..f0783d489 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -69,6 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added synchronization of following/followers counters for external users
- Configuration: `enabled` option for `Pleroma.Emails.Mailer`, defaulting to `false`.
- Configuration: Pleroma.Plugs.RateLimiter `bucket_name`, `params` options.
+- Configuration: `user_bio_length` and `user_name_length` options.
- Addressable lists
- Twitter API: added rate limit for `/api/account/password_reset` endpoint.
- ActivityPub: Add an internal service actor for fetching ActivityPub objects.