summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-12-17 04:44:39 +0100
committerGravatar default2024-12-17 04:44:39 +0100
commit7fe80a80cace768b981e42b945b2afeca7498152 (patch)
treea5e02b5919aca10c080d5114fc7c07acef435591
parentAdded pidfile locking. (diff)
downloadpenes-snac2-7fe80a80cace768b981e42b945b2afeca7498152.tar.gz
penes-snac2-7fe80a80cace768b981e42b945b2afeca7498152.tar.xz
penes-snac2-7fe80a80cace768b981e42b945b2afeca7498152.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 08fb219..e193d12 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,7 +2,7 @@
2 2
3## UNRELEASED 3## UNRELEASED
4 4
5Mastodon API: fixed a crash, fixed an incorrect value for the `bot` field, added a `Link` header to improve timeline pagination in some clients. 5Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash.
6 6
7Added documentation and some tweaks to enable static compilation with musl (contributed by Shamar). 7Added documentation and some tweaks to enable static compilation with musl (contributed by Shamar).
8 8