diff options
| -rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2d53aca..2e1b37e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -8,11 +8,13 @@ The number of pending follow confirmations is shown next to the "people" link. | |||
| 8 | 8 | ||
| 9 | Faster performance metrics (contributed by dandelions). | 9 | Faster performance metrics (contributed by dandelions). |
| 10 | 10 | ||
| 11 | Improved lowercasing in tags (contributed by postscriptum). | 11 | Improved lowercasing in hashtags (contributed by postscriptum). |
| 12 | 12 | ||
| 13 | A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed). | 13 | A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed). |
| 14 | 14 | ||
| 15 | Mastodon API: added follow confirmation endpoints. | 15 | Mastodon API: added follow confirmation endpoints, fixed collisions in attachment file names. |
| 16 | |||
| 17 | Fixed potential crashes in attachment uploads. | ||
| 16 | 18 | ||
| 17 | ## 2.77 "Ugly Links Everywhere" | 19 | ## 2.77 "Ugly Links Everywhere" |
| 18 | 20 | ||