summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-06-29 08:41:06 +0200
committerGravatar default2023-06-29 08:41:06 +0200
commita03384ccddaad3367e9d1180db5a6f33f5b2e99c (patch)
tree212853de63a69cc34fabc92edf817c274aa2ab31
parentCall is_instance_blocked() from activitypub_post_handler(). (diff)
downloadsnac2-a03384ccddaad3367e9d1180db5a6f33f5b2e99c.tar.gz
snac2-a03384ccddaad3367e9d1180db5a6f33f5b2e99c.tar.xz
snac2-a03384ccddaad3367e9d1180db5a6f33f5b2e99c.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ccc037d..e9e6725 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,6 +2,8 @@
2 2
3## 2.36 3## 2.36
4 4
5Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge).
6
5If the user style.css does not exist, the server-wide one if served instead. 7If the user style.css does not exist, the server-wide one if served instead.
6 8
7Fixed some crashes on badly-formatted input messages. 9Fixed some crashes on badly-formatted input messages.
@@ -12,6 +14,8 @@ Some improvements to HTML sanitization.
12 14
13For polls, show the time left before it closes. 15For polls, show the time left before it closes.
14 16
17Added some support for post pinning.
18
15## 2.35 19## 2.35
16 20
17Fixed broken URL links with the # symbol on them. 21Fixed broken URL links with the # symbol on them.