docs: 1.3.3 changelog

This commit is contained in:
tobyxdd 2023-02-07 22:11:37 -08:00
parent 30e17a40c0
commit a48d6ddb7c

View file

@ -1,5 +1,12 @@
# Changelog
## 1.3.3
- Fix a bug that made UDP unusable when using `socks5_outbound`
- Set the default value of `retry_interval` to 1 to prevent the client from retrying too often when errors occur
- Prompt error if both acme and local cert file are specified in client config
- Updated quic-go to v0.32.0, performance improvements
## 1.3.2
- Fix a bug where some malformed UDP packets would cause the server to crash