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:
authordartcafe <github@dartcafe.de>2021-12-13 22:31:01 +0300
committerdartcafe <github@dartcafe.de>2021-12-13 22:31:01 +0300
commit6b53b2385a13fcf11a67855ca87b9fc5e93dcdc3 (patch)
tree8323441f454312f7491510b9959378fcd776c69e /CHANGELOG.md
parent77edf39367e9a24fc7f46d28105d26e37bb51748 (diff)
remove test logging and version update
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17561761..f9e0ae28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [3.4.1] - 2021-12-08
+## [3.4.2] - 2021-12-13
## New
- Added an indicator for shares, which indicates, if a share already voted or not
- Added an autoreminder
@@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file.
## Fixed
- Fixed auto archiver, to prevent to archive polls without an expiration date
- fix error when adding option #2126 (v3.4.1)
+- fix missing anonymization of proposal owners in anonymous polls #2136 (v3.4.2)
+- fix testing of email address constraints for public poll registration #2137 (v3.4.2)
## [3.4.0-beta1] - 2021-11-26
- [compatibility] - Compatible with Nextcloud 23