diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-09-17 20:04:57 +0000 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-09-17 20:04:57 +0000 |
commit | e686f9be818ebddfba1aedcd9ae328d26147dca8 (patch) | |
tree | e10ab082223fddaf5a707297bba2fd15c13f1690 | |
parent | 228bfd8a70cefadb8673ed6d11485944ef7c5666 (diff) | |
download | pleroma-e686f9be818ebddfba1aedcd9ae328d26147dca8.tar.gz pleroma-e686f9be818ebddfba1aedcd9ae328d26147dca8.zip |
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 f2d149304..58618b7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Remove `Reply-To` header from report emails for admins. ### Changed -- **Breaking:** Now pleroma requires Elixir ~> 1.8 (it was ~> 1.7) +- **Breaking:** Elixir >=1.8 is now required (was >= 1.7) - **Breaking:** Configuration: A setting to explicitly disable the mailer was added, defaulting to true, if you are using a mailer add `config :pleroma, Pleroma.Emails.Mailer, enabled: true` to your config - **Breaking:** Configuration: `/media/` is now removed when `base_url` is configured, append `/media/` to your `base_url` config to keep the old behaviour if desired - **Breaking:** `/api/pleroma/notifications/read` is moved to `/api/v1/pleroma/notifications/read` and now supports `max_id` and responds with Mastodon API entities. |