summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2024-11-26 14:09:09 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2024-11-26 14:09:09 +0100
commit7bb2dccc058cd1659ab21942b06657abf9127365 (patch)
treee704f9781e7d181e3799b0efc990c986e771c25e /CHANGELOG.md
parent6a0883e5d33bd03fb3d71ad3a3560adc5ce6d626 (diff)
downloadpleroma-7bb2dccc058cd1659ab21942b06657abf9127365.tar.gz
pleroma-7bb2dccc058cd1659ab21942b06657abf9127365.zip
Version 2.7.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61bb2ab54..424a9afbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## 2.7.1
+
+### Changed
+- Accept `application/activity+json` for requests to `/.well-known/nodeinfo`
+
+### Fixed
+- Truncate remote user fields, avoids them getting rejected
+- Improve the `FollowValidator` to successfully incoming activities with an errant `cc` field.
+- Resolved edge case where the API can report you are following a user but the relationship is not fully established.
+- The Swoosh email adapter for Mailgun was missing a new dependency on `:multipart`
+- Fix Mastodon WebSocket authentication
+
## 2.7.0
### Security