summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-06-26 09:15:19 +0200
committerdefault <nobody@localhost>2023-06-26 09:15:19 +0200
commit15beffc91d98724d69e82d75eece038a9b6bca35 (patch)
treeb699c4162d18bfa8a75378e92a80ebb7ef5b785a /RELEASE_NOTES.md
parentbaf557ba750b1e39be8c706bafbfb14a13982d57 (diff)
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index cb6d475..264027d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,15 @@
# Release Notes
+## 2.36
+
+If the user style.css does not exist, the server-wide one if served instead.
+
+Fixed some crashes on badly-formatted input messages.
+
+The image alt-text is also inserted in the 'title' attribute, so it's shown on mouse hover in browsers like Firefox (contributed by Haijo7).
+
+Some improvements to HTML sanitization.
+
## 2.35
Fixed broken URL links with the # symbol on them.