From dd9ce344c62b11d8f040fb2654676f1cee893434 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 18 Mar 2023 03:24:49 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cc96d..7ade09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,8 +34,6 @@ Some changes came with the name change: - new API endpoints - `/api/instances` will return the list of popular instances - `/api/detect/[host]` will detect the Fediverse project used by a host -- when developing, the API endpoint can now be tested locally thanks to - [`vite-plugin-node`](https://github.com/axe-me/vite-plugin-node) - a privacy policy describing what data is being processed and stored - a link to the status page @@ -49,6 +47,7 @@ Some changes came with the name change: - s2f is now being built with Astro - Shareâ‚‚Fedi is now 100% server-side rendered. You don't have to host any static files, all you need is to run the Node server. + - when developing, the API endpoint can now be tested locally ## [2.4.5] - 2023-06-17