diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-02-18 09:12:46 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-02-18 09:12:46 -0600 |
commit | 2a219f5e86bea076b1bc93f1a9205c764d43a380 (patch) | |
tree | 2ff06223d994ebe31fca35396c5fa1cf442c702b | |
parent | cf943492878c901cf2f0056ee2a8814e0322e9d8 (diff) | |
download | pleroma-2a219f5e86bea076b1bc93f1a9205c764d43a380.tar.gz |
Improve changelog message
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 48080503a..e4bce5c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support for custom Elixir modules (such as MRF policies) - User settings: Add _This account is a_ option. - OAuth: admin scopes support (relevant setting: `[:auth, :enforce_oauth_admin_scope_usage]`). -- New HTTP adapter [gun](https://github.com/ninenines/gun). Gun adapter requires OTP version older that 22.2, otherwise pleroma won’t start. For hackney OTP update is not required. +- New HTTP adapter [gun](https://github.com/ninenines/gun). Gun adapter requires minimum OTP version of 22.2 otherwise Pleroma won’t start. For hackney OTP update is not required. <details> <summary>API Changes</summary> |