From fc69288602f9590258113544d3e0c91e4b239fb7 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Tue, 7 May 2024 19:14:00 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #540 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db5356643..610a1f19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Fix removal of restrictions for `READ_CALL_LOG` permission on Android 14 QPR2 ([PR #528 @chenxiaolong]) * This only affects fresh installs of BCR. Android normally blocks users from granting this permission, even from Android's Settings app. The removal of this restriction now works on Android 14 QPR2 and newer. * Update Turkish translations ([PR #521 @symbuzzer]) +* Update Polish translations ([PR #540 @phyrz91]) ### Version 1.62 @@ -843,3 +844,4 @@ Non-user-facing changes: [PR #522 @nicorac]: https://github.com/chenxiaolong/BCR/pull/522 [PR #523 @anenasa]: https://github.com/chenxiaolong/BCR/pull/523 [PR #528 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/528 +[PR #540 @phyrz91]: https://github.com/chenxiaolong/BCR/pull/540