summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-07-04 15:03:36 +0200
committerGravatar default2023-07-04 15:03:36 +0200
commit9bf872d6030f1d4fb4bad42e4931111eac769806 (patch)
tree58f8f78fc4b2d46111d1e7d16deaf0426363f469
parentUpdated TODO. (diff)
downloadsnac2-9bf872d6030f1d4fb4bad42e4931111eac769806.tar.gz
snac2-9bf872d6030f1d4fb4bad42e4931111eac769806.tar.xz
snac2-9bf872d6030f1d4fb4bad42e4931111eac769806.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 151994f..d6ce13c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,6 +4,8 @@
4 4
5Added proper HTTP caching when serving static files (attached images, avatars, etc.) 5Added proper HTTP caching when serving static files (attached images, avatars, etc.)
6 6
7Sensitive content messages can now have a summary (i.e. no longer limited to ...)
8
7Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge). 9Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge).
8 10
9If the user style.css does not exist, the server-wide one if served instead. 11If the user style.css does not exist, the server-wide one if served instead.