From d45f5bd5419530e40afa111c4a13c2af03a7cb53 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 11 Nov 2021 15:44:08 +0100 Subject: [PATCH] Update CHANGELOG --- Passepartout/App/iOS/CHANGELOG.md | 3 ++- Passepartout/App/macOS/CHANGELOG.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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