summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2026-01-17 05:17:45 +0100
committerGravatar grunfink2026-01-17 05:17:45 +0100
commit0f7e97061822ba194762ac47c1c25a880e977696 (patch)
tree777e140bfb60f6bcffe11c55a1bc0725866663df
parentMerge pull request 'segfault fix' (#521) from byte/snac2:fix_segfault into ma... (diff)
downloadsnac2-0f7e97061822ba194762ac47c1c25a880e977696.tar.gz
snac2-0f7e97061822ba194762ac47c1c25a880e977696.tar.xz
snac2-0f7e97061822ba194762ac47c1c25a880e977696.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 32c3b02..c06c15d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1# Release Notes 1# Release Notes
2 2
3## UNRELEASED
4
5Fixed crash in pronouns processing (contributed by byte).
6
3## 2.88 7## 2.88
4 8
5If `disable_emojireact` is set to `true` in `server.json`, EmojiReacts (incoming and outgoing) are totally disabled. 9If `disable_emojireact` is set to `true` in `server.json`, EmojiReacts (incoming and outgoing) are totally disabled.