summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-12-14 20:14:41 -0500
committertusooa <tusooa@kazv.moe>2023-12-14 20:14:41 -0500
commitad6a6aa07b463f943828ba75aa4c3fe0b937e3a1 (patch)
tree8c797884f6e85e96862fe300d5a9e6b74280a2fc /CHANGELOG.md
parentb1ea63b4c6c8b0400eb9d5a246c36ec7077bfc48 (diff)
downloadpleroma-ad6a6aa07b463f943828ba75aa4c3fe0b937e3a1.tar.gz
pleroma-ad6a6aa07b463f943828ba75aa4c3fe0b937e3a1.zip
Bump version to 2.6.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 394eb5179..f9fc0cd68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ 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.6.1
+### Changed
+- - Document maximum supported version of Erlang & Elixir
+
+### Added
+- [docs] add frontends management documentation
+
+### Fixed
+- TwitterAPI: Return proper error when healthcheck is disabled
+- - Fix eblurhash and elixir-captcha not using system cflags
+
## 2.6.0
### Security
- Preload: Make generated JSON html-safe. It already was html safe because it only consists of config data that is base64 encoded, but this will keep it safe it that ever changes.