From 219e651a4640413456c4434cbbaf5c9cf11570f7 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Sat, 18 Oct 2025 23:39:10 +0530 Subject: [PATCH] docs: shorten changelog (#568) * docs: shorten changelog * docs: remove entry related to seconds instead The list size change is more important to show --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf713c5..f7b9d709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Optimized loading messages in conversations ([#234]) - Updated conversation item design to be more compact ([#376]) - Pin/unpin actions now always show as action buttons in the menu ([#561]) -- Message time in the properties dialog now includes seconds ([#260]) ### Fixed - Fixed position reset when opening attachments in conversations ([#82])