logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: ee7694fa914380665a6d4025efa79fa0b1e56327
parent 5ce7db455c95c0ef5fbf2eb76b7d8025d44111cd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 23 Dec 2022 15:13:03 +0100

CHANGELOG: Set 2.5.0

Diffstat:

MCHANGELOG.md16++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,12 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +### Changed + +### Added + +### Fixed + +### Removed + +## 2.5.0 - 2022-12-23 + ### Removed - MastoFE +- Quack, the logging backend that pushes to Slack channels ### Changed -- **Breaking:** Elixir >=1.10 is now required (was >= 1.9) +- **Breaking:** Elixir >=1.11 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` - **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts` @@ -61,9 +72,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - RSS and Atom feeds for users work again - TwitterCard meta tags conformance -### Removed -- Quack, the logging backend that pushes to Slack channels - ## 2.4.5 - 2022-11-27 ## Fixed