From ee4fad1e13ff353d539502e585a0743e9b651ef8 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Thu, 16 Mar 2023 15:21:55 +0100 Subject: [PATCH] Append CHANGELOG about other breaking changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6741b52..07ab583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ as to indicate that sharing to other federated networks is now possible. ### ⚠️ BREAKING CHANGES - **new API endpoint path**: ~~`/api/toot`~~ → `/api/share` +- **new API endpoint port**: ~~`:8000`~~ → `:8080` - API endpoint **is now ESM-based** instead of CommonJS +- **new static path**: ~~`./public`~~ → `./dist` ### Added