From 926d73fc8aa65d7fa03e8a14623834fd851985d8 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 12 Apr 2022 15:40:15 +0200 Subject: [PATCH] Refine CHANGELOG with issues references --- Passepartout/App/iOS/CHANGELOG.md | 7 ++++++- Passepartout/App/macOS/CHANGELOG.md | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Passepartout/App/iOS/CHANGELOG.md b/Passepartout/App/iOS/CHANGELOG.md index 620eb301..325a6846 100644 --- a/Passepartout/App/iOS/CHANGELOG.md +++ b/Passepartout/App/iOS/CHANGELOG.md @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- WireGuard support. [#201](https://github.com/passepartoutvpn/passepartout-apple/issues/201) +- iCloud support. [#137](https://github.com/passepartoutvpn/passepartout-apple/issues/137) + ### Changed - App completely rewritten in SwiftUI. ### Fixed -- Files occasionally not selectable in browser. +- Files occasionally not selectable in browser. [#215](https://github.com/passepartoutvpn/passepartout-apple/issues/215) ## 1.18.0 (2022-02-15) diff --git a/Passepartout/App/macOS/CHANGELOG.md b/Passepartout/App/macOS/CHANGELOG.md index 80626a8f..7a68a4df 100644 --- a/Passepartout/App/macOS/CHANGELOG.md +++ b/Passepartout/App/macOS/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- WireGuard support. [#201](https://github.com/passepartoutvpn/passepartout-apple/issues/201) +- iCloud support. [#137](https://github.com/passepartoutvpn/passepartout-apple/issues/137) + ### Changed - App completely rewritten in SwiftUI.