From b17d3dc6d8db91049e3ae8cd1d09f49432258bfc Mon Sep 17 00:00:00 2001 From: Oneric Date: Mon, 3 Jun 2024 23:09:17 +0200 Subject: [PATCH] Fix changelog Apparently got jumbled during some rebase(s) --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a272d4a2..366716e40 100644 --- a/CHANGELOG.md +++ b/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/). +## 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) ## 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 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 ## Added