From 0d14cf1b0289a8f8f8df602e6e91623083e7a4e3 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 30 Oct 2022 20:58:06 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2b4c0a..a1d1a1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Fixed + +- Improve kill switch behavior. [#181](https://github.com/passepartoutvpn/passepartout-apple/issues/181) +- Retain original filename as imported profile name. [#240](https://github.com/passepartoutvpn/passepartout-apple/pull/240) + +## Unreleased + ### Added - OpenVPN: Support for `--remote-random-hostname`. [tunnelkit#286](https://github.com/passepartoutvpn/tunnelkit/pull/286)