From 385c2d6845b085ae788367be659ff7c752d44804 Mon Sep 17 00:00:00 2001 From: Toby Date: Mon, 7 Nov 2022 20:54:23 -0800 Subject: [PATCH] docs: 1.3.0 changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3f7df057..10b1e1aca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.3.0 + +- Connection migration: clients can now seamlessly switch between networks without losing their connection to the server +- Dynamic port hopping: see https://hysteria.network/docs/port-hopping/ for more information + ## 1.2.2 - Fix a bug where the client would crash for IPv6 UDP requests in TProxy mode.