From 6aa15e9933a2bbf4e4b100970229697e543539e1 Mon Sep 17 00:00:00 2001 From: Zorg Date: Sat, 29 Jun 2024 16:36:13 -0700 Subject: [PATCH] Update change log for 2.6.4 --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 21c6c5930..cc2d06685 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +# 2.6.4 + +* Fix app modification prompt from appearing when downloaded update overrides NSUpdateSecurityPolicy (#2593) + # 2.6.3 * Guard update timer update check against sessionInProgress to fix rare crash when checking for updates (#2561)