summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.