Apply suggestion to CHANGELOG.md
authorMaxim Filippov <colixer@gmail.com>
Tue, 17 Sep 2019 20:04:57 +0000 (20:04 +0000)
committerMaxim Filippov <colixer@gmail.com>
Tue, 17 Sep 2019 20:04:57 +0000 (20:04 +0000)
CHANGELOG.md

index f2d149304a24ac9c76821407f7230fd8d52f1553..58618b7f52b9b003498955c09a100768631ee0ec 100644 (file)
@@ -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.