From 34ab6b0e744b9826426fb8ceffdfdefbef0df3b0 Mon Sep 17 00:00:00 2001
From: fatedier <fatedier@gmail.com>
Date: Wed, 26 Oct 2022 23:09:17 +0800
Subject: [PATCH] add release notes

---
 Release.md | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/Release.md b/Release.md
index 35c8b12e..61955347 100644
--- a/Release.md
+++ b/Release.md
@@ -1,8 +1,3 @@
-### New
+### Improve
 
-* Use auto generated certificates if `plugin_key_path` and `plugin_crt_path` are empty for plugin `https2https` and `https2http`.
-* Server dashboard supports TLS configs.
-
-### Fix
-
-* xtcp error with IPv6 address.
+* Adjust http group load balancing to forward requests to each frpc proxy round robin. Previous behavior is always forwarding requests to single proxy in the case of single concurrency.