summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-10-13 06:33:54 +0200
committerGravatar default2023-10-13 06:33:54 +0200
commitc8975f935a2c6b75520b8720edb0cce56a9549dc (patch)
treec06493f24e1ccb99cf1dfdf3086dce8a0fc442ff
parentDon't allow creating users which user name strings only differ in case. (diff)
downloadsnac2-c8975f935a2c6b75520b8720edb0cce56a9549dc.tar.gz
snac2-c8975f935a2c6b75520b8720edb0cce56a9549dc.tar.xz
snac2-c8975f935a2c6b75520b8720edb0cce56a9549dc.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 8903f1c..d2d24ae 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -14,6 +14,8 @@ Some RSS validation fixes.
14 14
15Mastodon API: some tweaks to better match Mastodon behaviour in timeline entries. 15Mastodon API: some tweaks to better match Mastodon behaviour in timeline entries.
16 16
17Don't allow creating users which user name strings only differ in case.
18
17## 2.41 19## 2.41
18 20
19Added support for `Article` ActivityPub objects to correctly process reviews from #Bookwyrm instances and other similar software. 21Added support for `Article` ActivityPub objects to correctly process reviews from #Bookwyrm instances and other similar software.