From e885666eb24c50022fd4f56e7ae46f02a49bd829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 6 Oct 2023 19:48:59 +0800 Subject: [PATCH] documentation: Bump version --- docs/changelog.md | 21 +++++++++++++++++++++ docs/deprecated.md | 4 +++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index f92da7f3..0c28ce5d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,28 @@ +#### 1.6.0-alpha.3 + +* Fixes and improvements + +#### 1.6.0-alpha.2 + +* Fixes and improvements + #### 1.5.1 * Fixes and improvements +#### 1.6.0-alpha.1 + +* Update BBR congestion control for TUIC and Hysteria2 **1** +* Update quic-go to v0.39.0 +* Update gVisor to 20230814.0 +* Remove [Deprecated Features](/deprecated) by agreement +* Fixes and improvements + +**1**: + +None of the existing Golang BBR congestion control implementations have been reviewed or unit tested. +This update is intended to address the multi-send defects of the old implementation and may introduce new issues. + #### 1.5.0 * Fixes and improvements diff --git a/docs/deprecated.md b/docs/deprecated.md index 521a3994..28391e5f 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -1,6 +1,8 @@ # Deprecated Feature List -The following features will be marked deprecated in 1.5.0 and removed entirely in 1.6.0. +### 1.6.0 + +The following features were marked deprecated in 1.5.0 and removed entirely in 1.6.0. #### ShadowsocksR