summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-12-23 12:25:26 +0100
committerGravatar default2022-12-23 12:25:26 +0100
commite100027bec661ec6ca1d9bb9dace3e1c12e3e7d5 (patch)
treee32fd31a41a0f1630711e383218657857274410d
parentFixed crash on some webfinger errors. (diff)
downloadsnac2-e100027bec661ec6ca1d9bb9dace3e1c12e3e7d5.tar.gz
snac2-e100027bec661ec6ca1d9bb9dace3e1c12e3e7d5.tar.xz
snac2-e100027bec661ec6ca1d9bb9dace3e1c12e3e7d5.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6f7a77a..788123d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,6 +6,8 @@ Fixed a header bug (contributed by alderwick).
6 6
7Fixed 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). 7Fixed 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 8
9Fixed crash on a corner case regarding failed webfinger requests.
10
9## 2.16 11## 2.16
10 12
11Some 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. 13Some 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.