summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-02-11 06:32:27 +0100
committerGravatar default2023-02-11 06:32:27 +0100
commit9acf7796aed424e84db548a887bb06e478ce2041 (patch)
treeddf8c37e956d912010cac1c9305f6b3fef10e49a
parentDon't fail silently if the job fifo is not ready. (diff)
downloadsnac2-9acf7796aed424e84db548a887bb06e478ce2041.tar.gz
snac2-9acf7796aed424e84db548a887bb06e478ce2041.tar.xz
snac2-9acf7796aed424e84db548a887bb06e478ce2041.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 6b30b91..559ed4d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,6 +4,8 @@
4 4
5Fixed a bug with the Delete button in the web interface: sometimes, instead of the post (as the user intended), the follower was deleted instead :facepalm: 5Fixed a bug with the Delete button in the web interface: sometimes, instead of the post (as the user intended), the follower was deleted instead :facepalm:
6 6
7Fixed a bug in the command-line option `follow` (and probably others), that made it fail silently if there was no running server.
8
7## 2.21 9## 2.21
8 10
9Users can now specify an expire time for the entries in their timelines (both their own and others'). 11Users can now specify an expire time for the entries in their timelines (both their own and others').