From 6f5706ee465462ba2218a7ee3ba6fd3a1882680c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Tue, 16 Jan 2024 11:00:21 +0100 Subject: [PATCH] Mention change to automatic PQ setting in changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a2bda55e85..069627bb0c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,10 @@ Line wrap the file at 100 chars. Th #### Android - Migrate to Compose Navigation which also improves screen transition animations. +#### Linux +- Enable quantum resistant tunnels by default (when set to `auto`). On other platforms, `auto` still + always means the same thing as `off`. + ### Security #### Android - Change from singleTask to singleInstance to fix Task Affinity Vulnerability in Android 8.