diff --git a/Passepartout/App/iOS/CHANGELOG.md b/Passepartout/App/iOS/CHANGELOG.md index 0a0a263f..1adb9c6e 100644 --- a/Passepartout/App/iOS/CHANGELOG.md +++ b/Passepartout/App/iOS/CHANGELOG.md @@ -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 diff --git a/Passepartout/App/macOS/CHANGELOG.md b/Passepartout/App/macOS/CHANGELOG.md index a5cc7fd5..45b658ff 100644 --- a/Passepartout/App/macOS/CHANGELOG.md +++ b/Passepartout/App/macOS/CHANGELOG.md @@ -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