diff options
author | default <nobody@localhost> | 2024-01-17 09:21:55 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-01-17 09:21:55 +0100 |
commit | fcb3dcc6a38c0bc5a1560e45d7bdf8aa2a4c6d98 (patch) | |
tree | 3e013cdec0e24b2d498a64f321ecb48b7bbcf552 | |
parent | 8e4b1d7c4d7ffb53def5807ca61fb0a9b6d2da19 (diff) |
Updated RELEASE_NOTES.
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ffcd37f..fcfed83 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,9 +8,11 @@ Fixed crashes in some command-line options. New command-line option `state`, that dumps some information about the running server and the state of each thread (note: this feature uses shared memory blocks and you may need an argument to the `make` call in older Linux distributions; please see the `README` file for details). +Fixed a bug that may leave an inconsistent state for a followed actor in a special case of repeated messages. + Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). -Added support for ntfy notifications, both using a self-hosted server or the official ntfy.sh. (contributed by Stefano Marinelli) +Added support for ntfy notifications, both using a self-hosted server or the official ntfy.sh (contributed by Stefano Marinelli). ## 2.44 |