From b6f39da7ef210eeba2c08bb4b63e04e31d456e1a Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:00:37 +0530 Subject: [PATCH] docs(changelog): add entry about pinned search bar (#587) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8132c88..3c06b3fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Compatibility updates for Android 15 & 16 - Calling now works directly without launching dialpad ([#562]) +- Search bar is now pinned to the top when scrolling ### Fixed - Fixed freezing when sending messages ([#574])