diff options
| author | 2022-12-18 17:53:41 +0100 | |
|---|---|---|
| committer | 2022-12-18 17:53:41 +0100 | |
| commit | 09c782eaa64345655dea10562315f2a127de5240 (patch) | |
| tree | e0fa0378914bad17fe1fd543732c0603ec26f274 | |
| parent | Log write errors in _object_add() more prominently. (diff) | |
| download | snac2-09c782eaa64345655dea10562315f2a127de5240.tar.gz snac2-09c782eaa64345655dea10562315f2a127de5240.tar.xz snac2-09c782eaa64345655dea10562315f2a127de5240.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files 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 | 2 | ||
| 3 | ## 2.16 | 3 | ## 2.16 |
| 4 | 4 | ||
| 5 | 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. | ||
| 6 | |||
| 5 | Conversations can be collapsed. | 7 | Conversations can be collapsed. |
| 6 | 8 | ||
| 7 | Added support for edited posts on input. | 9 | Added support for edited posts on input. |
| 8 | 10 | ||
| 9 | Some tweaks to the docker configuration to generate a smaller image (contributed by ogarcia). | 11 | Some tweaks to the docker configuration to generate a smaller image (contributed by ogarcia). |
| 10 | 12 | ||
| 11 | Some outgoing connection tweaks: the protocol is no longer forced to be HTTP/1.1 and timeouts are less restrictive. | ||
| 12 | |||
| 13 | ## 2.15 | 13 | ## 2.15 |
| 14 | 14 | ||
| 15 | Fixed bug in message posting that may result in 400 Bad Request errors (contributed by tobyjaffey). | 15 | Fixed bug in message posting that may result in 400 Bad Request errors (contributed by tobyjaffey). |