diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php index 806c7189c68..bb37b575584 100644 --- a/lib/Chat/Changelog/Manager.php +++ b/lib/Chat/Changelog/Manager.php @@ -161,6 +161,10 @@ public function getChangelogs(): array { . $this->l->t('- Voice-rooms to connect spontaneously') . "\n" . $this->l->t('- Presets for quick conversation configuration during creation') . "\n" . $this->l->t('- Direct calls from profile menus for calls within other apps') . "\n", + $this->l->t('## New in Talk %s', ['25']) . "\n" + . $this->l->t('- Classified conversations for better discussions around sensitive topics') . "\n" + . $this->l->t('- Channels and announcements to broadcast information to a broader audiance') . "\n" + . $this->l->t('- Owners can preserve a conversation, preventing deletion and chat purging') . "\n", ]; } }