summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-01-07 13:48:03 +0100
committerdefault <nobody@localhost>2024-01-07 13:48:03 +0100
commitec7de1759b09712eabcdd4eee586399b9de78712 (patch)
tree83368d6035c4a9fb624231253843b5f7a45f1d3a
parentaa1524be717faaee42181e9b684c6346e5e4291b (diff)
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 6a15b69..5dbc874 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,6 +2,8 @@
## 2.44
+Fixed a nasty bug that caused the in-memory output queue to be corrupted under heavy traffic loads (this is important).
+
Shared inboxes are now supported. This is not a user visible feature (hopefully, they will not feel any change), but it will significantly improve traffic for snac instances with many users and will open room for new features that are only feasible with these kind of input channels.
I've refactored all HTML code because it was somewhat of a mess; now it's much more maintainable (at least for me). I think I haven't broken anything.