diff options
| author | 2023-06-13 22:09:56 +0200 | |
|---|---|---|
| committer | 2023-06-13 22:09:56 +0200 | |
| commit | f839dc11c9d65fd0f120d4ee648cbf1b695b57e2 (patch) | |
| tree | 89127e85b152c4043f4110a8c7635797df8c49d1 | |
| parent | Fixed crash in check_signature(). (diff) | |
| download | snac2-f839dc11c9d65fd0f120d4ee648cbf1b695b57e2.tar.gz snac2-f839dc11c9d65fd0f120d4ee648cbf1b695b57e2.tar.xz snac2-f839dc11c9d65fd0f120d4ee648cbf1b695b57e2.zip | |
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 3b403e0..abfcd5b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -8,6 +8,8 @@ When sanitizing HTML input, unsupported tags are deleted instead of escaped. | |||
| 8 | 8 | ||
| 9 | There is new a user configuration setup checkbox to mark an account as a bot. | 9 | There is new a user configuration setup checkbox to mark an account as a bot. |
| 10 | 10 | ||
| 11 | Fixed crash on missing headers while checking signatures. | ||
| 12 | |||
| 11 | Mastodon API: several bug fixes (contributed by Poesty), improved account object (contributed by Haijo7). | 13 | Mastodon API: several bug fixes (contributed by Poesty), improved account object (contributed by Haijo7). |
| 12 | 14 | ||
| 13 | ## 2.34 | 15 | ## 2.34 |