diff options
| author | 2024-01-14 12:19:35 +0100 | |
|---|---|---|
| committer | 2024-01-14 12:19:35 +0100 | |
| commit | 7ca08aebd245dc7116113bae97e31881fcc09eb0 (patch) | |
| tree | 206997fd305c5a56cf7456b6090e3dabdcd1c2fb /RELEASE_NOTES.md | |
| parent | Merge pull request 'Fixed a bug introduced yesterday that caused double notif... (diff) | |
| download | snac2-7ca08aebd245dc7116113bae97e31881fcc09eb0.tar.gz snac2-7ca08aebd245dc7116113bae97e31881fcc09eb0.tar.xz snac2-7ca08aebd245dc7116113bae97e31881fcc09eb0.zip | |
Fixed crashes in command-line options.
Diffstat (limited to 'RELEASE_NOTES.md')
| -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 6db186c..3b83425 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | 4 | ||
| 5 | Fixed a collision in webfinger caching. This may affect federation with some software, so I recommend an upgrade. | 5 | Fixed a collision in webfinger caching. This may affect federation with some software, so I recommend an upgrade. |
| 6 | 6 | ||
| 7 | Fixed crashes in some command-line options. | ||
| 8 | |||
| 7 | New command-line option `state`, that dumps some information about the running server and the state of each thread. | 9 | New command-line option `state`, that dumps some information about the running server and the state of each thread. |
| 8 | 10 | ||
| 9 | Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). | 11 | Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). |