summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-03-23 07:52:09 +0100
committerGravatar default2024-03-23 07:52:09 +0100
commit90c15ea21216269d9292ea18c638283ce46777e6 (patch)
treed9826428d18bcb3bfe9f19f2d239219954e07d2c
parentBumped version. (diff)
downloadsnac2-90c15ea21216269d9292ea18c638283ce46777e6.tar.gz
snac2-90c15ea21216269d9292ea18c638283ce46777e6.tar.xz
snac2-90c15ea21216269d9292ea18c638283ce46777e6.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 c4c1254..b2879a2 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1# Release Notes 1# Release Notes
2 2
3## 2.51
4
5Fixed a bug that caused some notifications to be lost when coming from a user in the same instance.
6
3## 2.50 7## 2.50
4 8
5Incoming posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the `filter_reject.txt` file at the server base directory; see `snac(5)` and `snac(8)`). 9Incoming posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the `filter_reject.txt` file at the server base directory; see `snac(5)` and `snac(8)`).