diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-11 14:36:51 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-11 14:36:51 +0700 |
commit | f26013cf2ee9c04d4b99819991aaa5936e41cba4 (patch) | |
tree | f6699fc64adb7cec5b15074015751be2beedd4f3 | |
parent | bc8f0593670452851d5e9d97bea1ae90f10db354 (diff) | |
download | pleroma-f26013cf2ee9c04d4b99819991aaa5936e41cba4.tar.gz |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2232b09..cbdaa9c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - MRF: Support for stripping avatars and banner images from specific instances (`mrf_simple`) - MRF: Support for running subchains. - Configuration: `skip_thread_containment` option +- Configuration: `rate_limit` option. See `Pleroma.Plugs.RateLimiter` documentation for details. ### Changed - **Breaking:** Configuration: move from Pleroma.Mailer to Pleroma.Emails.Mailer |