From f87f9e21bcff219e8e701dab08e528565652016b Mon Sep 17 00:00:00 2001 From: Holmes Wilson Date: Wed, 12 Feb 2025 13:44:25 -0500 Subject: [PATCH] Fixes CHANGELOG --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275093597..6691520ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### New features +* Adds sticky date markers to the chat view [#505](https://github.com/TryQuiet/quiet/issues/505) * Generating LFA-ready invite links when a sigchain is configured ([#2627](https://github.com/TryQuiet/quiet/issues/2627)) * Add local-first/auth powered libp2p authentication service ([#2629](https://github.com/TryQuiet/quiet/issues/2629)) @@ -13,13 +14,6 @@ * Refactor the `StorageService` and create `ChannelService`, `MessageService` and `ChannelStore` for handling channel-related persistence ([#2631](https://github.com/TryQuiet/quiet/issues/2631)) * Add slack notifications to release workflows ([#2722](https://github.com/TryQuiet/quiet/issues/2722)) -## Unreleased - -### New features - -* Adds sticky date markers to the chat view [#505](https://github.com/TryQuiet/quiet/issues/505) - - ## [3.0.0] ### Chores