summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-17 20:09:26 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-17 20:09:26 +0000
commitf758e663b233a4a773bd58479f2f2c2bc02c47ef (patch)
tree656c235fdb3dccc4e10c563dce582b613b7a621c /CHANGELOG.md
parent764931fc9f5eecc30c1ccb3b5bacf6338fcdf706 (diff)
parente686f9be818ebddfba1aedcd9ae328d26147dca8 (diff)
downloadpleroma-f758e663b233a4a773bd58479f2f2c2bc02c47ef.tar.gz
pleroma-f758e663b233a4a773bd58479f2f2c2bc02c47ef.zip
Merge branch 'feature/bump-elixir-verstion' into 'develop'
Bump elixir version to ~> 1.8 See merge request pleroma/pleroma!1686
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 584386136..4426e3f70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +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:** 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.