summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 610538c..c3152f8 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -12,12 +12,14 @@ The avatar and/or the header images can now be deleted (contributed by louis77).
12 12
13Code cleaning: HTTP status codes use names instead of hardcoded integers (contributed by louis77). 13Code cleaning: HTTP status codes use names instead of hardcoded integers (contributed by louis77).
14 14
15Mastodon API: fixed login problems with the official Mastodon API, IceCube and Toot! on iOS, some fixes for Mona and Tokodon apps, user credentials can now be edited from apps (contributed by louis77). 15Mastodon API: fixed login problems with the official Mastodon API, IceCube and Toot! on iOS, some fixes for Mona and Tokodon apps, user credentials can now be edited from apps (all contributed by louis77), fixed crash on unset content-type header.
16 16
17The webfinger content-type response header is now RFC-compliant (contributed by steve-bate). 17The webfinger content-type response header is now RFC-compliant (contributed by steve-bate).
18 18
19Improved support for the HTTP OPTIONS method, allowing sites like https://mastodonlistmanager.org to work. 19Improved support for the HTTP OPTIONS method, allowing sites like https://mastodonlistmanager.org to work.
20 20
21Fixed non-working content warnings in the public instance timeline.
22
21## 2.53 23## 2.53
22 24
23New user feature to search by post content (using regular expressions) or tag. 25New user feature to search by post content (using regular expressions) or tag.