summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1af4b73..fba8bde 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,13 @@
1# Release Notes 1# Release Notes
2 2
3## 2.31
4
5Use named semaphores instead of anonymous ones, to make it work under MacOS (contributed by Saagar Jha).
6
7Fix warning in ugly pointer substraction (contributed by Saagar Jha).
8
9Fixed webfinger and curl issues, which crashed snac while trying to follow Mitra users (contributed by Poesty).
10
3## 2.30 11## 2.30
4 12
5Fixed a bug that made some notifications to be missed. 13Fixed a bug that made some notifications to be missed.