diff options
| author | 2024-03-02 06:05:59 +0100 | |
|---|---|---|
| committer | 2024-03-02 06:05:59 +0100 | |
| commit | 4b48f6adafc4b42543394203c61b6d024c864e1d (patch) | |
| tree | 33ddb970716af3dd3b305cfcae8823b36a43d8d8 | |
| parent | mastoapi: added search by tag. (diff) | |
| download | snac2-4b48f6adafc4b42543394203c61b6d024c864e1d.tar.gz snac2-4b48f6adafc4b42543394203c61b6d024c864e1d.tar.xz snac2-4b48f6adafc4b42543394203c61b6d024c864e1d.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 43cc652..bb8c5d5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -2,7 +2,13 @@ | |||
| 2 | 2 | ||
| 3 | ## 2.49 | 3 | ## 2.49 |
| 4 | 4 | ||
| 5 | Mastodon API: Fixed a bug in how validated links are reported, fixed a bug in search by account, fixed missing `Video` type objects in timelines. | 5 | Mastodon API: Fixed a bug in how validated links are reported. |
| 6 | |||
| 7 | Mastodon API: Fixed a bug in search by account. | ||
| 8 | |||
| 9 | Mastodon API: Fixed missing `Video` type objects in timelines. | ||
| 10 | |||
| 11 | Mastodon API: Added search by hashtag. | ||
| 6 | 12 | ||
| 7 | ## 2.48 | 13 | ## 2.48 |
| 8 | 14 | ||