From 7a7fda67f2658dd1cad777689dcfa2bda2dcdeca Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 26 Nov 2022 00:51:58 -0800 Subject: [PATCH] docs: 1.3.1 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b1e1aca6..998d75e5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.1 + +- New `fast_open` option for client to reduce RTT when dialing TCP connections +- Fix a bug where the HTTP proxy would not close connections properly +- Minor performance improvements here and there + ## 1.3.0 - Connection migration: clients can now seamlessly switch between networks without losing their connection to the server