From f98b1c20eae21ce563d8559438e6b22948ad78d7 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Fri, 17 Oct 2025 18:59:10 +0530 Subject: [PATCH] docs: update changelog (#565) --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52803966..ebf713c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Unread badge count for conversations ([#177]) ### Changed -- Optimized loading messages in conversations +- 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 menu ([#561]) -- Added showing seconds in the message properties dialog ([#260]) +- 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]) @@ -168,6 +168,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#209]: https://github.com/FossifyOrg/Messages/issues/209 [#217]: https://github.com/FossifyOrg/Messages/issues/217 [#225]: https://github.com/FossifyOrg/Messages/issues/225 +[#234]: https://github.com/FossifyOrg/Messages/issues/234 [#243]: https://github.com/FossifyOrg/Messages/issues/243 [#260]: https://github.com/FossifyOrg/Messages/issues/260 [#262]: https://github.com/FossifyOrg/Messages/issues/262