From 0349170e21a9104dd601929a7a510ac5b3683735 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 26 Oct 2024 20:23:04 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #625 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af9e5821a..609ffdc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * Add debug option to save log file ([PR #622 @chenxiaolong]) * Fix another Cursor resource leak ([PR #623 @chenxiaolong]) * Show error message if contact group picker fails to query the list of groups ([Issue #620], [PR #624 @chenxiaolong]) +* Enable predictive back gestures ([PR #625 @chenxiaolong]) ### Version 1.72 @@ -966,3 +967,4 @@ Non-user-facing changes: [PR #622 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/622 [PR #623 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/623 [PR #624 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/624 +[PR #625 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/625