From 09c782eaa64345655dea10562315f2a127de5240 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 18 Dec 2022 17:53:41 +0100 Subject: [PATCH] Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e166e69..f20859d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,14 +2,14 @@ ## 2.16 +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. + Conversations can be collapsed. Added support for edited posts on input. Some tweaks to the docker configuration to generate a smaller image (contributed by ogarcia). -Some outgoing connection tweaks: the protocol is no longer forced to be HTTP/1.1 and timeouts are less restrictive. - ## 2.15 Fixed bug in message posting that may result in 400 Bad Request errors (contributed by tobyjaffey).