diff --git a/release/config/config.json b/release/config/config.json index d6dd70ab4..0550f6d90 100644 --- a/release/config/config.json +++ b/release/config/config.json @@ -126,7 +126,7 @@ }, // Stats enables internal stats counter. - // This setting can be used together with Policy and Api. + // This setting can be used together with Policy and Api. //"stats":{}, // Api enables gRPC APIs for external programs to communicate with V2Ray instance. diff --git a/release/debian/changelog b/release/debian/changelog index 94f1cf1b7..c16aef6a7 100644 --- a/release/debian/changelog +++ b/release/debian/changelog @@ -82,7 +82,7 @@ v2ray-core (4.34.0-1) unstable; urgency=medium * TLS Session Resumption is now disabled by default (#569). See #557 for more information. - * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566). + * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566). If you are still using the unsecure stream ciphers, migrate to Shadowsocks AEAD (ChaCha20Poly1305 and AES-GCM) immediately. * We have added preliminary support for DNS over QUIC (#534). Currently only non-proxied lookup is supported.