diff options
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 025e9d234a..c97c0c449e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,14 +55,16 @@ Line wrap the file at 100 chars. Th - Fix "exhausted namespace" installation error on some non-English systems. ### Security -- Stop DNS leak that could happen on Linux and macOS if local network sharing was enabled - and the user's default DNS was on the local private network. The leak could happen during these - states: While connecting, when blocked due to an error happening and when disconnected if the - "block when disconnected" setting was enabled. +- Stop DNS leak that could happen on all desktop platforms if "Local network sharing" was enabled + and the device had a default DNS resolver on the local private network. The leak could happen + during these states: While connecting, when blocked due to an error happening and when + disconnected if the "block when disconnected" setting was enabled. + This issue has been present on all previous versions of the app. - #### Windows -- Prevent DNS leak that happened if "Local network sharing" was enabled and the device had a - default DNS on the local private network. +#### Windows +- Prevent DNS leak that could happen while connected if "Local network sharing" was enabled + and the device had a default DNS resolver on the local private network. This issue was + only present in the 2020.1 release. ## [2020.1] - 2020-02-10 |
