Update CHANGELOG

This commit is contained in:
Davide De Rosa 2022-09-23 16:16:48 +02:00
parent 6dc1140d5b
commit 000fde0aa2
1 changed files with 9 additions and 2 deletions

View File

@ -12,13 +12,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- OpenVPN: Parse authentication requirement from `--auth-user-pass`.
- OpenVPN: Handle multiple `--remote` options correctly.
- OpenVPN: Explicitly enable/disable DNS/proxy settings.
- Reconnect with current manager and configuration.
- Customize tunnel log path.
### Changed
- Manager package completely rewritten with Swift Concurrency.
- Rewrite Manager package with Swift Concurrency.
- WireGuard: Use entities from WireGuardKit directly.
- Only enable on-demand if at least one rule is provided.
- Dropped incomplete support for IPSec/IKEv2.
- Drop incomplete support for IPSec/IKEv2.
- Upgrade OpenSSL to 1.1.1o.
### Fixed
- OpenVPN: Bug in StaticKey equality comparison.
## 4.1.0 (2022-02-09)