Fix changelog
Apparently got jumbled during some rebase(s)
This commit is contained in:
parent
f8f364d36d
commit
b17d3dc6d8
1 changed files with 9 additions and 9 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -4,6 +4,15 @@ 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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## UNRELEASED
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- Implement [FEP-67ff](https://codeberg.org/fediverse/fep/src/branch/main/fep/67ff/fep-67ff.md) (federation documentation)
|
||||||
|
- Meilisearch: it is now possible to use separate keys for search and admin actions
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Meilisearch: order of results returned from our REST API now actually matches how Meilisearch ranks results
|
||||||
|
|
||||||
## 2024.04.1 (Security)
|
## 2024.04.1 (Security)
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
@ -11,15 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- Issue allowing use of non-media objects as attachments and crashing timeline rendering
|
- Issue allowing use of non-media objects as attachments and crashing timeline rendering
|
||||||
- Issue allowing webfinger spoofing in certain situations
|
- Issue allowing webfinger spoofing in certain situations
|
||||||
|
|
||||||
## Added
|
|
||||||
- Implement [FEP-67ff](https://codeberg.org/fediverse/fep/src/branch/main/fep/67ff/fep-67ff.md) (federation documentation)
|
|
||||||
|
|
||||||
## Added
|
|
||||||
- Meilisearch: it is now possible to use separate keys for search and admin actions
|
|
||||||
|
|
||||||
## Fixed
|
|
||||||
- Meilisearch: order of results returned from our REST API now actually matches how Meilisearch ranks results
|
|
||||||
|
|
||||||
## 2024.04
|
## 2024.04
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
Loading…
Reference in a new issue