diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-02 22:35:08 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-03 03:58:22 +0200 |
commit | ec80a1e405c7b1d893c08ea99e824f2c13719c3a (patch) | |
tree | 53ca9e2aa7fa0957d9d498d9bab85f3bf2308fb5 /CHANGELOG.md | |
parent | 24af2e1c5811e5e85ede1f75f7845e09a477fb58 (diff) | |
download | pleroma-ec80a1e405c7b1d893c08ea99e824f2c13719c3a.tar.gz |
Bump minimum Elixir version to 1.10
1.9 being end-of-life
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0ef4e11..caa5d0cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - MastoFE ### Changed +- **Breaking:** Elixir >=1.10 is now required (was >= 1.9) - Allow users to remove their emails if instance does not need email to register - Uploadfilter `Pleroma.Upload.Filter.Exiftool` has been renamed to `Pleroma.Upload.Filter.Exiftool.StripLocation` - Updated the recommended pleroma.vcl configuration for Varnish to target Varnish 7.0+ |