diff options
author | minibikini <egor@kislitsyn.com> | 2019-12-16 18:40:12 +0000 |
---|---|---|
committer | minibikini <egor@kislitsyn.com> | 2019-12-16 18:40:12 +0000 |
commit | d81c3afbb2f020226909afed851d2aa623fdcdb0 (patch) | |
tree | f2d6dbe72705172b7f18a05fed1109d0cc8f2144 | |
parent | e1fa8c11a9ea26f54a231cbdacdc8befe634b57e (diff) | |
download | pleroma-d81c3afbb2f020226909afed851d2aa623fdcdb0.tar.gz |
Apply suggestion to CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9e1091c..3c2b49962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - User notification settings: Add `privacy_option` option. - User settings: Add _This account is a_ option. - OAuth: admin scopes support (relevant setting: `[:auth, :enforce_oauth_admin_scope_usage]`). -- Add an option `authorized_fetch_mode` to requrie HTTP Signature for AP fetches. +- Add an option `authorized_fetch_mode` to require HTTP Signatures for AP fetches. <details> <summary>API Changes</summary> |