Browse Source

Update documentation

世界 2 years ago
parent
commit
f687c25fa9
2 changed files with 8 additions and 1 deletions
  1. 1 1
      constant/version.go
  2. 7 0
      docs/changelog.md

+ 1 - 1
constant/version.go

@@ -1,3 +1,3 @@
 package constant
 
-var Version = "1.1-beta18"
+var Version = "1.1-rc1"

+ 7 - 0
docs/changelog.md

@@ -1,3 +1,10 @@
+#### 1.1-rc1
+
+* Fix TLS config for h2 server
+* Fix crash when input bad method in shadowsocks multi-user inbound
+* Fix listen UDP
+* Fix check invalid packet on macOS
+
 #### 1.1-beta18
 
 * Enhance defense against active probe for shadowtls server **1**