Update CHANGELOG

This commit is contained in:
Davide De Rosa 2021-11-11 15:44:08 +01:00
parent 8833c4dbab
commit d45f5bd541
2 changed files with 5 additions and 3 deletions

View File

@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Replace OpenSSL with BoringSSL.
- Restrict support to secure TLS algorithms (security level).
- Allow Oeck provider without any purchase.
- Migrate to SwiftPM.
### Fixed

View File

@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Allow Oeck provider without any purchase.
- Replace OpenSSL with BoringSSL.
- Restrict support to secure TLS algorithms (security level).
- Drop status bar icon color to automatically adjust to desktop background color. [#199](https://github.com/passepartoutvpn/passepartout-apple/issues/199)
- Migrate to SwiftPM.
- Allow Oeck provider without any purchase.
### Fixed