hprox-0.5.2: Changelog.md
## 0.5.2
- add Windows build
- remove `--user` option
## 0.5.1
- export `LogLevel` type to make `Config` actually customizable
- add `--log` option to specify logging type
## 0.5.0
- initial HTTP/3 (QUIC) support
- add logging based on fast-logger
- some minor tweaks
## 0.4.0
- naiveproxy compatible [padding](https://github.com/klzgrad/naiveproxy/#padding-protocol-an-informal-specification) support (`--naive`)
- strong TLS settings as advised by [SSL Labs ssltest](https://www.ssllabs.com/ssltest)
## 0.3.0
- initial version with exposed library interface