diff --git a/mobile/lib/ui/notification/update/change_log_page.dart b/mobile/lib/ui/notification/update/change_log_page.dart index 61494af93..1216b3219 100644 --- a/mobile/lib/ui/notification/update/change_log_page.dart +++ b/mobile/lib/ui/notification/update/change_log_page.dart @@ -123,9 +123,13 @@ class _ChangeLogPageState extends State { "View a slideshow of your albums on any big screen! Open an album and click on the Cast button to get started.", ), ChangeLogEntry( - "Own shared photos", + "Organize shared photos", "You can now add shared items to your favorites to any of your personal albums. Ente will create a copy that is fully owned by you and can be organized to your liking.", ), + ChangeLogEntry( + "Download multiple items", + "You can now download multiple items to your gallery at once. Select the items you want to download and click on the download button.", + ), ChangeLogEntry( "Performance improvements", "This release also brings in major changes that should improve responsiveness. If you discover room for improvement, please let us know!",