diff options
author | default <nobody@localhost> | 2023-02-09 08:18:44 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-09 08:18:44 +0100 |
commit | 677c3926251061be3a14bff61c6c51879cf435fe (patch) | |
tree | 4a90e029514b49bc910b470ecff79c37eb6e54a1 | |
parent | 4849b9d64d9a0983131b785cb039cb97569d9712 (diff) |
Updated RELEASE_NOTES.
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d892c7b..2c7e6f3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,6 +8,8 @@ Added support for sending notifications via Telegram. Followers can now be deleted from the *people* page. +The internal way of processing connections have been rewritten to be more efficient. This way, `snac` is much faster in processing outgoing connections and less prone to choke on an avalanche of incoming messages. + The `note` action from the command-line tool can also accept the post content from the standard input. ## 2.20 |