diff options
| author | 2022-12-23 10:04:33 +0100 | |
|---|---|---|
| committer | 2022-12-23 10:04:33 +0100 | |
| commit | 890e448148ec05b085b67c6ffb5b7c62999756e9 (patch) | |
| tree | ec3a5517b7cee43b27d2d1643a355e32ca1c3c12 | |
| parent | timeline_request() fixes the canonical id for the object. (diff) | |
| download | snac2-890e448148ec05b085b67c6ffb5b7c62999756e9.tar.gz snac2-890e448148ec05b085b67c6ffb5b7c62999756e9.tar.xz snac2-890e448148ec05b085b67c6ffb5b7c62999756e9.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 e1673ce..6f7a77a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | 4 | ||
| 5 | Fixed a header bug (contributed by alderwick). | 5 | Fixed a header bug (contributed by alderwick). |
| 6 | 6 | ||
| 7 | Fixed a bug in the Boost by URL option when the URL of the boosted message is not the canonical id for the message (e.g. Mastodon's host/@user/NNN vs. host/users/user/statuses/NNN). | ||
| 8 | |||
| 7 | ## 2.16 | 9 | ## 2.16 |
| 8 | 10 | ||
| 9 | Some outgoing connection tweaks: the protocol is no longer forced to be HTTP/1.1 and timeouts are less restrictive. This has proven useful for some unreachable instances. | 11 | Some outgoing connection tweaks: the protocol is no longer forced to be HTTP/1.1 and timeouts are less restrictive. This has proven useful for some unreachable instances. |