From a2549ebc183ebd58791ed152a7f27cb4ee9a9a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemek=20Wi=C4=99ch?= Date: Sat, 2 May 2026 15:45:19 +0200 Subject: [PATCH] Add entry for mobile view search feature --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc53e14..b523a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2026-05-02 + +- Display search in mobile view (by marionikolov) + ## 2026-04-20 - Shift-click to show a person's details without rearranging the tree (by FrankBuchholz)