Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2022-04-15 13:21:05 +0300
committerGitHub <noreply@github.com>2022-04-15 13:21:05 +0300
commit676b357b0fd26926e7d59fd1f123f30e51c9cf95 (patch)
treeb2592012eca60c30594efdb925c10c7418ef9944 /CHANGELOG.md
parent0cf60c7946d947a86603f00b915094280fe893e7 (diff)
Allow email share adding using common email formats with name (#2375)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c94943a..7b174807 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,9 @@ All notable changes to this project will be documented in this file.
- Hidden polls are now private polls and public polls are called open polls to distinguish them from public polls via public links
- Added configuration options for admins to add legal terms to the public registration dialog and emails
- Added the possibility for admins to add a disclaimer text to generated emails
-- Input fields now support matching keyboards on mobiles
- Added email addresses for owner's poll export
+- Allow email share adding using common email formats with name
+- Input fields now support matching keyboards on mobiles
- Grouping comments for less noise
- Bulk import for text polls
- Save username of a public poll (using cookie)
@@ -23,7 +24,8 @@ All notable changes to this project will be documented in this file.
## [dev] - tbd
## Changes
-- #2377 - Changed transitions on vote vlicks and add hover state
+- #2377 - Changed transitions on vote vlicks and add hover state
+- #2367 - Allow email share adding using common email formats with name (#2375)
## Fixed