From 34f30ea88f6fbe3f2a5e35423b01a4ee73e89e87 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 16 Aug 2024 15:00:45 +0200 Subject: [PATCH] chore(release): Changelog for 20.0.0-rc.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805a6e724bd..3ad0e709101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ # Changelog All notable changes to this project will be documented in this file. -## 20.0.0-rc.1 – 2024-08-15 +## 20.0.0-rc.2 – 2024-08-16 ### Fixed +- Adjust conversation list density + [#13013](https://github.com/nextcloud/spreed/issues/13013) + +## 20.0.0-rc.1 – 2024-08-15 +### Added - Show upcoming event information (up to 1 month) in conversation top bar [#12984](https://github.com/nextcloud/spreed/issues/12984)