diff options
| author | 2024-01-11 19:28:09 +0100 | |
|---|---|---|
| committer | 2024-01-11 19:28:09 +0100 | |
| commit | 4a0cef07098b3f8f52154ca373a8dc23efcd108b (patch) | |
| tree | d1d08224e42f3566608f587ae0bb827f7fbdebd7 | |
| parent | Silenced some unused argument warnings. (diff) | |
| download | snac2-4a0cef07098b3f8f52154ca373a8dc23efcd108b.tar.gz snac2-4a0cef07098b3f8f52154ca373a8dc23efcd108b.tar.xz snac2-4a0cef07098b3f8f52154ca373a8dc23efcd108b.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 498fa53..1fd9f0d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -2,9 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | ## 2.45 | 3 | ## 2.45 |
| 4 | 4 | ||
| 5 | New command-line option `state`, that dumps some information about the running server and the state of each thread. | 5 | Fixed a collision in webfinger caching. This may affect federation with some software, so I recommend an upgrade. |
| 6 | 6 | ||
| 7 | Fixed a minor collision in webfinger caching. | 7 | New command-line option `state`, that dumps some information about the running server and the state of each thread. |
| 8 | 8 | ||
| 9 | Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). | 9 | Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). |
| 10 | 10 | ||